Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 10445 invoked by uid 500); 30 Nov 2001 21:40:09 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 10428 invoked from network); 30 Nov 2001 21:40:09 -0000 Date: 30 Nov 2001 21:22:38 -0000 Message-ID: <20011130212238.8416.qmail@icarus.apache.org> From: bnicholes@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/misc/unix getuuid.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 /* for getpid, gethostname */ #include /* for rand, srand */ -#ifndef NETWARE +#ifdef APR_HAVE_SYS_TIME #include /* for gettimeofday */ #endif