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/nslookup/send.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/nslookup/send.c')
-rw-r--r-- | usr.sbin/named/nslookup/send.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/named/nslookup/send.c b/usr.sbin/named/nslookup/send.c index 6e3793a0320..a61f3ceed69 100644 --- a/usr.sbin/named/nslookup/send.c +++ b/usr.sbin/named/nslookup/send.c @@ -1,4 +1,4 @@ -/* $NetBSD: send.c,v 1.1 1996/02/02 15:30:27 mrg Exp $ */ +/* $OpenBSD: send.c,v 1.2 1997/03/12 10:42:50 downsj Exp $ */ /* * ++Copyright++ 1985, 1989 @@ -56,8 +56,12 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)send.c 5.18 (Berkeley) 3/2/91"; -static char rcsid[] = "$Id: send.c,v 8.1 1994/12/15 06:24:31 vixie Exp "; +static char rcsid[] = "$From: send.c,v 8.1 1994/12/15 06:24:31 vixie Exp $"; +#else +static char rcsid[] = "$OpenBSD: send.c,v 1.2 1997/03/12 10:42:50 downsj Exp $"; +#endif #endif /* not lint */ /* |