diff options
author | 2005-06-25 14:21:34 +0000 | |
---|---|---|
committer | 2005-06-25 14:21:34 +0000 | |
commit | a8031f76b10e5e8fa6fa48066d123a974826b19b (patch) | |
tree | a5f940b8d3b387384c611f40bfecf488935c16f3 | |
parent | match output with the one from GNU cvs. (diff) | |
download | wireguard-openbsd-a8031f76b10e5e8fa6fa48066d123a974826b19b.tar.xz wireguard-openbsd-a8031f76b10e5e8fa6fa48066d123a974826b19b.zip |
$OpenBSD$, got botched
-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 */ |