]> git.eshelyaron.com Git - emacs.git/commitdiff
(BSD): Have two definitions according to version number.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Sep 1994 06:38:24 +0000 (06:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Sep 1994 06:38:24 +0000 (06:38 +0000)
src/s/freebsd.h

index 76ab979e90a9c26d188e3a4eb854ca77b9e94de0..d141c379ec2f05fc16333ff1531fca5182fe5d95 100644 (file)
 
 /* 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 */