=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/whois/whois.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/whois/whois.c 1998/02/24 10:09:50 1.4 --- src/usr.bin/whois/whois.c 1999/08/16 20:24:36 1.5 *************** *** 1,4 **** ! /* $OpenBSD: whois.c,v 1.4 1998/02/24 10:09:50 deraadt Exp $ */ /* $NetBSD: whois.c,v 1.5 1994/11/14 05:13:25 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: whois.c,v 1.5 1999/08/16 20:24:36 art Exp $ */ /* $NetBSD: whois.c,v 1.5 1994/11/14 05:13:25 jtc Exp $ */ /* *************** *** 44,61 **** #if 0 static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: whois.c,v 1.4 1998/02/24 10:09:50 deraadt Exp $"; #endif /* not lint */ #include #include #include #include #include #include #include #include #include #define NICHOST "whois.internic.net" #define DNICHOST "nic.ddn.mil" --- 44,63 ---- #if 0 static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: whois.c,v 1.5 1999/08/16 20:24:36 art Exp $"; #endif /* not lint */ #include #include #include + #include #include #include #include #include #include #include + #include #define NICHOST "whois.internic.net" #define DNICHOST "nic.ddn.mil"