diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-12 10:42:55 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-12 10:42:55 +0000 |
commit | 6072bd74192e6df1e3ed3f3afe32edfe7d99d2cb (patch) | |
tree | 21877bf94332fd37f010aeb1c31f888b63bcd85a /usr.sbin/named/host/vers.c | |
parent | f1d001e6fcd8bdb74d98ca1547b99958b9d90102 (diff) |
BIND 4.9.5-P1.
libresolv and include are required until the new resolver gets integrated
into libc.
Diffstat (limited to 'usr.sbin/named/host/vers.c')
-rw-r--r-- | usr.sbin/named/host/vers.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/named/host/vers.c b/usr.sbin/named/host/vers.c index ec39cc4ab09..8c0a19a7e5f 100644 --- a/usr.sbin/named/host/vers.c +++ b/usr.sbin/named/host/vers.c @@ -1,8 +1,10 @@ +/* $OpenBSD: vers.c,v 1.2 1997/03/12 10:41:57 downsj Exp $ */ + #ifndef lint -static char Version[] = "@(#)vers.c e07@nikhef.nl (Eric Wassenaar) 951231"; +static char Version[] = "@(#)vers.c e07@nikhef.nl (Eric Wassenaar) 961113"; #endif -char *version = "951231"; +char *version = "961113"; #if defined(apollo) int h_errno = 0; |