summaryrefslogtreecommitdiff
path: root/src/s/openbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/openbsd.h')
-rw-r--r--src/s/openbsd.h7
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 @@
+/* s/ file for openbsd systems. */
+
+/* Get most of the stuff from bsd4.3 */
+#include "bsd4-3.h"
+
+/* Get the rest of the stuff from that less-POSIX-conformant system */
+#include "netbsd.h"