aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-11 00:19:21 +0000
committerRichard M. Stallman1994-05-11 00:19:21 +0000
commit17f720169a8e34b2ad5689055ebcdb8a7542b7a3 (patch)
tree1c2ce691f0aace75c02490bf2bbeecbd26fd69e2
parent7a4720e25a6a0fcbaff7981d1c0d1ef955cf5403 (diff)
downloademacs-17f720169a8e34b2ad5689055ebcdb8a7542b7a3.tar.gz
emacs-17f720169a8e34b2ad5689055ebcdb8a7542b7a3.zip
(BSD): Define as 42.
(BSD4_2): Define as 1. This makes it like bsd4-3.h.
-rw-r--r--src/s/bsd4-2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h
index 6fdd3441168..ac61e242818 100644
--- a/src/s/bsd4-2.h
+++ b/src/s/bsd4-2.h
@@ -24,11 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 */ 24 */
25 25
26#ifndef BSD4_2 26#ifndef BSD4_2
27#define BSD4_2 27#define BSD4_2 1
28#endif /* BSD4_2 */ 28#endif /* BSD4_2 */
29 29
30#ifndef BSD 30#ifndef BSD
31#define BSD 1 31#define BSD 42
32#endif /* BSD */ 32#endif /* BSD */
33 33
34/* SYSTEM_TYPE should indicate the kind of system you are using. 34/* SYSTEM_TYPE should indicate the kind of system you are using.