summaryrefslogtreecommitdiff
path: root/usr.sbin/named/host/vers.c
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-02-19 19:54:44 +0000
committerdm <dm@cvs.openbsd.org>1996-02-19 19:54:44 +0000
commit34dfcd3c571a64de57872aa758d1b228d7b22a02 (patch)
tree22b14dd50dff4fc41ec5c5f2ee3e20f4b7f1d141 /usr.sbin/named/host/vers.c
parentd134390523f594c4e7f1b453b8026b993a1aeebb (diff)
netbsd: bind 4.9.3
Diffstat (limited to 'usr.sbin/named/host/vers.c')
-rw-r--r--usr.sbin/named/host/vers.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/named/host/vers.c b/usr.sbin/named/host/vers.c
new file mode 100644
index 00000000000..ec39cc4ab09
--- /dev/null
+++ b/usr.sbin/named/host/vers.c
@@ -0,0 +1,9 @@
+#ifndef lint
+static char Version[] = "@(#)vers.c e07@nikhef.nl (Eric Wassenaar) 951231";
+#endif
+
+char *version = "951231";
+
+#if defined(apollo)
+int h_errno = 0;
+#endif