projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a2b13
)
(BSD): Have two definitions according to version number.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Sep 1994 06:38:24 +0000
(06:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Sep 1994 06:38:24 +0000
(06:38 +0000)
src/s/freebsd.h
patch
|
blob
|
history
diff --git
a/src/s/freebsd.h
b/src/s/freebsd.h
index 76ab979e90a9c26d188e3a4eb854ca77b9e94de0..d141c379ec2f05fc16333ff1531fca5182fe5d95 100644
(file)
--- 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 */