=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/util.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/make/Attic/util.c 2001/05/03 13:41:12 1.14 +++ src/usr.bin/make/Attic/util.c 2001/05/03 14:06:20 1.15 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: util.c,v 1.14 2001/05/03 13:41:12 espie Exp $ */ +/* $OpenBSD: util.c,v 1.15 2001/05/03 14:06:20 espie Exp $ */ /* $NetBSD: util.c,v 1.10 1996/12/31 17:56:04 christos Exp $ */ /* @@ -7,7 +7,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: util.c,v 1.14 2001/05/03 13:41:12 espie Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.15 2001/05/03 14:06:20 espie Exp $"; #endif #include @@ -353,7 +353,7 @@ #endif -#ifndef BSD4_4 +#if !defined(BSD4_4) && !defined(linux) #ifdef __STDC__ #include #else