diff options
Diffstat (limited to 'usr.bin/msgs')
| -rw-r--r-- | usr.bin/msgs/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/msgs/msgs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 8613f79cb5ea..922893f5d2e5 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.3 1995/02/21 04:15:13 wollman Exp $ PROG= msgs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 5540883c2992..830e31487e17 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: msgs.c,v 1.8.2.1 1997/07/30 06:46:41 charnier Exp $"; #endif /* not lint */ /* |
