diff options
Diffstat (limited to 'sbin/slattach/slattach.c')
-rw-r--r-- | sbin/slattach/slattach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index ba599ba498751..90737c6065b80 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/slattach/slattach.c,v 1.36 1999/08/28 00:14:25 peter Exp $"; #endif /* not lint */ #include <sys/types.h> |