diff options
| author | Dave Love | 1999-10-01 12:43:57 +0000 |
|---|---|---|
| committer | Dave Love | 1999-10-01 12:43:57 +0000 |
| commit | b8098ef87f7ae6a626e6f91dbffc330e9acc6b53 (patch) | |
| tree | 7e828637fd2d8af2aaadde68de8eedd6833c5dff /src/s/openbsd.h | |
| parent | 33682909de64d08b7cbb63230ed3c17e45c9afc1 (diff) | |
| download | emacs-b8098ef87f7ae6a626e6f91dbffc330e9acc6b53.tar.gz emacs-b8098ef87f7ae6a626e6f91dbffc330e9acc6b53.zip | |
#
Diffstat (limited to 'src/s/openbsd.h')
| -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 new file mode 100644 index 00000000000..da5dea677de --- /dev/null +++ b/src/s/openbsd.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | /* s/ file for openbsd systems. */ | ||
| 2 | |||
| 3 | /* Get most of the stuff from bsd4.3 */ | ||
| 4 | #include "bsd4-3.h" | ||
| 5 | |||
| 6 | /* Get the rest of the stuff from that less-POSIX-conformant system */ | ||
| 7 | #include "netbsd.h" | ||