diff options
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 */ |