diff options
Diffstat (limited to 'usr.bin/msgs')
-rw-r--r-- | usr.bin/msgs/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/msgs/msgs.1 | 1 | ||||
-rw-r--r-- | usr.bin/msgs/msgs.c | 3 | ||||
-rw-r--r-- | usr.bin/msgs/pathnames.h | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 17e2ded2b41..a1a6cb4e2cd 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/26 05:37:17 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/09/28 06:57:37 tls Exp $ -# @(#)Makefile 8.2 (Berkeley) 4/28/95 PROG= msgs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 508b2ca27ec..4aa9330658c 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: msgs.1,v 1.2 1996/06/26 05:37:17 deraadt Exp $ .\" $NetBSD: msgs.1,v 1.5 1995/09/28 06:57:39 tls Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 0c1d73ef49f..c718be557a1 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: msgs.c,v 1.3 1996/06/26 05:37:18 deraadt Exp $ */ /* $NetBSD: msgs.c,v 1.7 1995/09/28 06:57:40 tls Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: msgs.c,v 1.7 1995/09/28 06:57:40 tls Exp $"; +static char rcsid[] = "$OpenBSD: msgs.c,v 1.3 1996/06/26 05:37:18 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/msgs/pathnames.h b/usr.bin/msgs/pathnames.h index 7d4ddb06bbf..74931bb7b7b 100644 --- a/usr.bin/msgs/pathnames.h +++ b/usr.bin/msgs/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:37:18 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/09/28 06:57:41 tls Exp $ */ /* |