diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-09-17 03:43:54 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-09-17 03:43:54 +0000 |
commit | 6df54671fdbe53113164ffed5b36fa2a83ae85e0 (patch) | |
tree | d4aeca53aa080087d8cdf29b430bef944b897e43 /src/s/bsd386.h | |
parent | 488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (diff) | |
download | emacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.tar.gz |
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/s/bsd386.h')
-rw-r--r-- | src/s/bsd386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h index 21ab7e0f0fe..c170c1efdca 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h @@ -34,7 +34,7 @@ /* This silences a few compilation warnings. */ #ifdef emacs -#undef BSD +#undef BSD_SYSTEM #include <sys/param.h> /* To get BSD defined consistently. */ #endif |