From 69d87222482d5bc1352f37f69c8641afff67b24a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 23 Sep 1994 06:38:24 +0000 Subject: [PATCH] (BSD): Have two definitions according to version number. --- src/s/freebsd.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 76ab979e90a..d141c379ec2 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -76,7 +76,11 @@ /* this silences a few compilation warnings */ #undef BSD +#if __FreeBSD__ == 1 #define BSD 199103 +#elif __FreeBSD__ == 2 +#define BSD 199306 +#endif #define WAITTYPE int /* get this since it won't be included if WAITTYPE is defined */ -- 2.39.5