bnicholes 01/11/30 13:22:38
Modified: misc/unix getuuid.c Log: Switched the #ifdef to APR_HAVE_SYS_TIME as it should be. Revision Changes Path 1.15 +1 -1 apr/misc/unix/getuuid.c Index: getuuid.c =================================================================== RCS file: /home/cvs/apr/misc/unix/getuuid.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- getuuid.c 2001/11/30 19:03:57 1.14 +++ getuuid.c 2001/11/30 21:22:38 1.15 @@ -60,7 +60,7 @@ #include <unistd.h> /* for getpid, gethostname */ #include <stdlib.h> /* for rand, srand */ -#ifndef NETWARE +#ifdef APR_HAVE_SYS_TIME #include <sys/time.h> /* for gettimeofday */ #endif
