Mercurial > emacs
changeset 9018:e8f02eb00bbf
(BSD): Have two definitions according to version number.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 23 Sep 1994 06:38:24 +0000 |
parents | de17ae9463e3 |
children | d68b305849ad |
files | src/s/freebsd.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/freebsd.h Fri Sep 23 06:18:31 1994 +0000 +++ b/src/s/freebsd.h Fri Sep 23 06:38:24 1994 +0000 @@ -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 */