diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-25 14:21:35 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-25 14:21:35 +0000 |
commit | 79019d5788279cf417eacf0cf6bbeb26d7f08c6b (patch) | |
tree | 8771aa9282d8af44740cb20b990c1cb38b62967e /usr.bin | |
parent | 621d00fd4845223370f1361fb1d26385aae289a6 (diff) |
$OpenBSD$, got botched
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/whois/whois.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 74b41e39f62..ce66b5dfcba 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -1,4 +1,4 @@ -/* $NetBSD: whois.c,v 1.27 2005/06/22 12:17:56 christos Exp $ */ +/* $OpenBSD: whois.c,v 1.33 2005/06/25 14:21:34 henning Exp $ */ /* * Copyright (c) 1980, 1993 @@ -39,7 +39,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; #else -static const char rcsid[] = "$OpenBSD: whois.c,v 1.32 2005/06/22 16:50:49 henning Exp $"; +static const char rcsid[] = "$OpenBSD: whois.c,v 1.33 2005/06/25 14:21:34 henning Exp $"; #endif #endif /* not lint */ |