diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-01 17:54:45 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-01 17:54:45 +0000 |
| commit | e9d867ef5010fbab8d48045c13025636f5cd7479 (patch) | |
| tree | d05864815761299c3ff4001b8ea7fef526e5273f /sbin/slattach | |
| parent | 55b7fa6d0b1423be9f9ec5d5c060fa5e9982861e (diff) | |
Add RCS identifiers.
Diffstat (limited to 'sbin/slattach')
| -rw-r--r-- | sbin/slattach/slattach.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index 9f6cb662c96..66c0ef0173b 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -57,8 +57,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)slattach.c 4.6 (Berkeley) 6/1/90"; -static char rcsid[] = "$Header: /cvsroot/src/sbin/slattach/slattach.c,v 1.6 1993/06/29 19:16:38 brezak Exp $"; +/*static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: slattach.c,v 1.7 1993/08/01 18:23:56 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> |
