# HG changeset patch # User Richard M. Stallman # Date 768615561 0 # Node ID 56e18914758f7cf44b7e1825b8582bb36c2dd4ba # Parent bf93ac2d8409fb364eeee44b46d194d681ab17e5 (BSD): Define as 42. (BSD4_2): Define as 1. This makes it like bsd4-3.h. diff -r bf93ac2d8409 -r 56e18914758f src/s/bsd4-2.h --- a/src/s/bsd4-2.h Wed May 11 00:17:44 1994 +0000 +++ b/src/s/bsd4-2.h Wed May 11 00:19:21 1994 +0000 @@ -24,11 +24,11 @@ */ #ifndef BSD4_2 -#define BSD4_2 +#define BSD4_2 1 #endif /* BSD4_2 */ #ifndef BSD -#define BSD 1 +#define BSD 42 #endif /* BSD */ /* SYSTEM_TYPE should indicate the kind of system you are using.