diff options
Diffstat (limited to 'usr.bin/error')
-rw-r--r-- | usr.bin/error/filter.c | 2 | ||||
-rw-r--r-- | usr.bin/error/input.c | 2 | ||||
-rw-r--r-- | usr.bin/error/main.c | 2 | ||||
-rw-r--r-- | usr.bin/error/pi.c | 2 | ||||
-rw-r--r-- | usr.bin/error/subr.c | 2 | ||||
-rw-r--r-- | usr.bin/error/touch.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/error/filter.c b/usr.bin/error/filter.c index 1b82cfdf5ee4..81bd80ea1467 100644 --- a/usr.bin/error/filter.c +++ b/usr.bin/error/filter.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)filter.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: filter.c,v 1.2 1997/11/03 07:44:06 charnier Exp $"; + "$Id: filter.c,v 1.3 1998/02/25 02:29:58 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/error/input.c b/usr.bin/error/input.c index 97b9667cfdd8..f606ed5c4f83 100644 --- a/usr.bin/error/input.c +++ b/usr.bin/error/input.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: input.c,v 1.3 1997/11/03 07:44:09 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/error/main.c b/usr.bin/error/main.c index 7ae8100dbd75..0e40ba912c68 100644 --- a/usr.bin/error/main.c +++ b/usr.bin/error/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.3 1997/11/03 07:44:12 charnier Exp $"; + "$Id: main.c,v 1.4 1998/02/25 02:25:50 bde Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/error/pi.c b/usr.bin/error/pi.c index 5984bcabe4c8..d0403470faa4 100644 --- a/usr.bin/error/pi.c +++ b/usr.bin/error/pi.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pi.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: pi.c,v 1.3 1997/11/03 07:44:15 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/error/subr.c b/usr.bin/error/subr.c index 9a44019ba76b..d9e564824a49 100644 --- a/usr.bin/error/subr.c +++ b/usr.bin/error/subr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: subr.c,v 1.3 1997/11/03 07:44:22 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/error/touch.c b/usr.bin/error/touch.c index cef09fddcaf7..eb82fae150b5 100644 --- a/usr.bin/error/touch.c +++ b/usr.bin/error/touch.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: touch.c,v 1.4 1997/11/03 07:44:25 charnier Exp $"; + "$Id: touch.c,v 1.5 1998/02/25 02:24:04 bde Exp $"; #endif /* not lint */ #include <sys/types.h> |