summaryrefslogtreecommitdiff
path: root/genauth.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:50 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:50 +0000
commit0bd68eefddac98eaebb353dce62971a34a565842 (patch)
tree2450c1c8a435c1cd00299498806bb8d5b460aa31 /genauth.c
parent450fda6015f1799648ff7da87fdb2c46d42415f8 (diff)
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
Diffstat (limited to 'genauth.c')
-rw-r--r--genauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/genauth.c b/genauth.c
index 3e68210..830053b 100644
--- a/genauth.c
+++ b/genauth.c
@@ -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();