summaryrefslogtreecommitdiff
path: root/sys/arch/vax/boot
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-05-11 07:38:24 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-05-11 07:38:24 +0000
commit33b07af3abc731d9cd5fb145a13100d4d233c27b (patch)
tree494a3d60e7b2f3a738d6b35ca1e15e1342b023e9 /sys/arch/vax/boot
parent65194bc6596f263c76dd98ef82de7cf3b454a0b1 (diff)
We need a string.h with a NULL define to please libsa, weird
Diffstat (limited to 'sys/arch/vax/boot')
-rw-r--r--sys/arch/vax/boot/string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/vax/boot/string.h b/sys/arch/vax/boot/string.h
new file mode 100644
index 00000000000..13f47b6cfb3
--- /dev/null
+++ b/sys/arch/vax/boot/string.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: string.h,v 1.1 1998/05/11 07:38:23 niklas Exp $ */
+
+#define NULL ((char *)0)