From: Richard M. Stallman Date: Fri, 23 Sep 1994 06:38:24 +0000 (+0000) Subject: (BSD): Have two definitions according to version number. X-Git-Tag: emacs-19.34~6836 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69d87222482d5bc1352f37f69c8641afff67b24a;p=emacs.git (BSD): Have two definitions according to version number. --- 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 */