From 378b233c333658718c3faba7a14b89249b91bd77 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 8 Jul 1988 10:37:00 +0000 Subject: [PATCH] use system id from local.h --- util/int/sysidf.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.34.1