diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-26 13:50:45 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-26 13:50:45 +0000 |
commit | 17937b9dfae82fa6656e1ba06384df2923163a6e (patch) | |
tree | afe643a3fa29d145b154c6456dca72555be67548 /sbin | |
parent | d25b0e4a4eeb4e3018259c2ce6355fe673be29ff (diff) |
$OpenBSD$
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/show.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/route/show.c b/sbin/route/show.c index bbbd0589d1c..e1ac224c771 100644 --- a/sbin/route/show.c +++ b/sbin/route/show.c @@ -1,3 +1,4 @@ +/* $OpenBSD: show.c,v 1.3 1997/08/26 13:50:44 niklas Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "from: @(#)route.c 8.3 (Berkeley) 3/9/94"; #else -static char *rcsid = "$NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $"; +static char *rcsid = "$OpenBSD: show.c,v 1.3 1997/08/26 13:50:44 niklas Exp $"; #endif #endif /* not lint */ |