XFree86 4.3.99.901 (RC 1)

This commit is contained in:
Kaleb Keithley 2003-12-04 22:03:38 +00:00
commit a84f16a9ad
25 changed files with 291 additions and 98 deletions

View file

@ -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];