mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
XFree86 4.3.99.901 (RC 1)
This commit is contained in:
parent
33fdd50a94
commit
a84f16a9ad
25 changed files with 291 additions and 98 deletions
|
|
@ -13,7 +13,7 @@
|
|||
* without express or implied warranty.
|
||||
*
|
||||
*/
|
||||
/* $XFree86: xc/programs/Xserver/os/xdmcp.c,v 3.28 2003/11/11 00:27:14 dawes Exp $ */
|
||||
/* $XFree86: xc/programs/Xserver/os/xdmcp.c,v 3.29 2003/11/22 04:51:02 dawes Exp $ */
|
||||
|
||||
#ifdef WIN32
|
||||
/* avoid conflicting definitions */
|
||||
|
|
@ -1607,7 +1607,7 @@ get_mcast_options(argc, argv, i)
|
|||
int argc, i;
|
||||
char **argv;
|
||||
{
|
||||
char *address = "ff02::1"; /* Default address until IANA assigns one */
|
||||
char *address = XDM_DEFAULT_MCAST_ADDR6;
|
||||
int hopcount = 1;
|
||||
struct addrinfo hints;
|
||||
char portstr[6];
|
||||
|
|
|
|||
Loading…
Reference in a new issue