diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/openbsd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index d3730324ce8..39e48da39a7 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -3,6 +3,13 @@ | |||
| 3 | /* Mostly the same as NetBSD. */ | 3 | /* Mostly the same as NetBSD. */ |
| 4 | #include "netbsd.h" | 4 | #include "netbsd.h" |
| 5 | 5 | ||
| 6 | /* This very-badly named symbol is conditionally defined in netbsd.h. | ||
| 7 | Better would be either to not need it in the first place, or to choose | ||
| 8 | a more descriptive name. */ | ||
| 9 | #ifndef LD_SWITCH_SYSTEM_tmp | ||
| 10 | #define LD_SWITCH_SYSTEM_tmp /* empty */ | ||
| 11 | #endif | ||
| 12 | |||
| 6 | /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this | 13 | /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this |
| 7 | is necessary. Otherwise Emacs dumps core when run -nw. */ | 14 | is necessary. Otherwise Emacs dumps core when run -nw. */ |
| 8 | #undef LIBS_TERMCAP | 15 | #undef LIBS_TERMCAP |