diff options
| author | Richard M. Stallman | 1995-05-05 05:11:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-05 05:11:46 +0000 |
| commit | a79ffd75a83e3fdeff106ad88f0a5ecbe8050817 (patch) | |
| tree | a11f9c49658f9c022380f00c7d48ceac6b71800a /src | |
| parent | d7c35c87b691d4cdc635c94172386f7322427731 (diff) | |
| download | emacs-a79ffd75a83e3fdeff106ad88f0a5ecbe8050817.tar.gz emacs-a79ffd75a83e3fdeff106ad88f0a5ecbe8050817.zip | |
(HAVE_VFORK): Add #undef.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2-4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h index 02a4879da15..d9ea83389a7 100644 --- a/src/s/sol2-4.h +++ b/src/s/sol2-4.h | |||
| @@ -17,3 +17,6 @@ | |||
| 17 | #undef C_SWITCH_SYSTEM | 17 | #undef C_SWITCH_SYSTEM |
| 18 | #undef const | 18 | #undef const |
| 19 | #endif /* __GNUC__ */ | 19 | #endif /* __GNUC__ */ |
| 20 | |||
| 21 | /* David Miller <davem@caip.rutgers.edu> says vfork fails on 2.4. */ | ||
| 22 | #undef HAVE_VFORK | ||