From: ceriel Date: Fri, 8 Jul 1988 10:37:00 +0000 (+0000) Subject: use system id from local.h X-Git-Tag: release-5-5~3073 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=378b233c333658718c3faba7a14b89249b91bd77;p=ack.git use system id from local.h --- diff --git a/util/int/sysidf.h b/util/int/sysidf.h index 54721af4a..03d562efc 100644 --- a/util/int/sysidf.h +++ b/util/int/sysidf.h @@ -5,9 +5,7 @@ /* $Header$ */ -#undef BSD4_1 /* Berkeley Software Distr. 4.1 */ -#define BSD4_2 /* Berkeley Software Distr. 4.2 */ -#undef SYS_V0 /* System V0 */ +#include #ifdef BSD4_1 #define BSD_X @@ -17,7 +15,7 @@ #define BSD_X #endif BSD4_2 -#ifdef SYS_V0 +#ifdef SYS_5 #define SYS_V -#endif SYS_V0 +#endif SYS_5