diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:55:50 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:55:50 +0000 |
commit | 0bd68eefddac98eaebb353dce62971a34a565842 (patch) | |
tree | 2450c1c8a435c1cd00299498806bb8d5b460aa31 | |
parent | 450fda6015f1799648ff7da87fdb2c46d42415f8 (diff) |
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
-rw-r--r-- | dm.h | 7 | ||||
-rw-r--r-- | genauth.c | 4 |
2 files changed, 3 insertions, 8 deletions
@@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xdm/dm.h,v 3.33 2003/11/19 03:57:10 dawes Exp $ */ +/* $XFree86: xc/programs/xdm/dm.h,v 3.34 2003/12/12 03:20:45 dawes Exp $ */ /* * xdm - display manager daemon @@ -510,11 +510,6 @@ extern void ProcessRequestSocket(int fd); #define Jmp_buf sigjmp_buf #endif -#ifndef HAS_SNPRINTF -#include <X11/Xmu/SysUtil.h> -#define snprintf XmuSnprintf -#endif - typedef SIGVAL (*SIGFUNC)(int); SIGVAL (*Signal(int, SIGFUNC Handler))(int); @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xdm/genauth.c,v 3.21 2003/11/26 07:33:10 herrb Exp $ */ +/* $XFree86: xc/programs/xdm/genauth.c,v 3.22 2003/12/18 16:38:39 dawes Exp $ */ /* * xdm - display manager daemon @@ -346,7 +346,7 @@ AddPreGetEntropy (void) static void InitXdmcpWrapper (void) { - u_int32_t sum[4]; + uint32_t sum[4]; #ifdef ARC4_RANDOM sum[0] = arc4random(); |