diff options
Diffstat (limited to 'sbin/routed/trace/trace.c')
-rw-r--r-- | sbin/routed/trace/trace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/routed/trace/trace.c b/sbin/routed/trace/trace.c index 914b248121a..37532d8a3ec 100644 --- a/sbin/routed/trace/trace.c +++ b/sbin/routed/trace/trace.c @@ -1,3 +1,4 @@ +/* $OpenBSD: trace.c,v 1.2 1996/06/23 14:32:38 deraadt Exp $ */ /* $NetBSD: trace.c,v 1.9 1995/06/20 22:28:11 christos Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: trace.c,v 1.9 1995/06/20 22:28:11 christos Exp $"; +static char rcsid[] = "$OpenBSD: trace.c,v 1.2 1996/06/23 14:32:38 deraadt Exp $"; #endif #endif /* not lint */ |