diff src/s/freebsd.h @ 16220:02044b05d8e0

Replaced symbol BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 03:43:54 +0000
parents 179cd20f2f8a
children e53338c19ba5
line wrap: on
line diff
--- a/src/s/freebsd.h	Tue Sep 17 02:56:22 1996 +0000
+++ b/src/s/freebsd.h	Tue Sep 17 03:43:54 1996 +0000
@@ -75,11 +75,11 @@
 #define TAB3 OXTABS
 
 /* this silences a few compilation warnings */
-#undef BSD
+#undef BSD_SYSTEM
 #if __FreeBSD__ == 1
-#define BSD 199103
+#define BSD_SYSTEM 199103
 #elif __FreeBSD__ == 2
-#define BSD 199306
+#define BSD_SYSTEM 199306
 #endif
 
 #define WAITTYPE int