diff options
author | 1996-08-05 12:02:54 +0000 | |
---|---|---|
committer | 1996-08-05 12:02:54 +0000 | |
commit | 9859e14f55bebb598cbc5a58ccdc9b96a8a7c848 (patch) | |
tree | 79cea8d4d7ee246dd76e6ff0afc139dfddb7eb9b | |
parent | no oflow of loginname (diff) | |
download | wireguard-openbsd-9859e14f55bebb598cbc5a58ccdc9b96a8a7c848.tar.xz wireguard-openbsd-9859e14f55bebb598cbc5a58ccdc9b96a8a7c848.zip |
fix id
-rw-r--r-- | usr.sbin/slstats/slstats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/slstats/slstats.c b/usr.sbin/slstats/slstats.c index 8c90162e9ed..67dad923593 100644 --- a/usr.sbin/slstats/slstats.c +++ b/usr.sbin/slstats/slstats.c @@ -1,4 +1,4 @@ -/* $OpenBSD: slstats.c,v 1.4 1996/06/10 08:38:55 deraadt Exp $ */ +/* $OpenBSD: slstats.c,v 1.5 1996/08/05 12:02:54 deraadt Exp $ */ /* $NetBSD: slstats.c,v 1.6.6.1 1996/06/07 01:42:30 thorpej Exp $ */ /* @@ -25,7 +25,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD"; +static char rcsid[] = "$OpenBSD: slstats.c,v 1.5 1996/08/05 12:02:54 deraadt Exp $"; #endif #define INET |