diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/showmount | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/showmount')
-rw-r--r-- | usr.bin/showmount/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/showmount/showmount.8 | 1 | ||||
-rw-r--r-- | usr.bin/showmount/showmount.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/showmount/Makefile b/usr.bin/showmount/Makefile index cd2bf9c199c..bbb2deabc42 100644 --- a/usr.bin/showmount/Makefile +++ b/usr.bin/showmount/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:39:15 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1994/12/22 12:30:53 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= showmount MAN= showmount.8 diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index ba6d462d2e8..9c87126dbc9 100644 --- a/usr.bin/showmount/showmount.8 +++ b/usr.bin/showmount/showmount.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: showmount.8,v 1.2 1996/06/26 05:39:15 deraadt Exp $ .\" $NetBSD: showmount.8,v 1.5 1995/08/31 22:26:07 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index a43a662dce6..df77426b8e4 100644 --- a/usr.bin/showmount/showmount.c +++ b/usr.bin/showmount/showmount.c @@ -1,3 +1,4 @@ +/* $OpenBSD: showmount.c,v 1.4 1996/06/26 05:39:16 deraadt Exp $ */ /* $NetBSD: showmount.c,v 1.7 1996/05/01 18:14:10 cgd Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95"; #endif -static char rcsid[] = "$NetBSD: showmount.c,v 1.7 1996/05/01 18:14:10 cgd Exp $"; +static char rcsid[] = "$OpenBSD: showmount.c,v 1.4 1996/06/26 05:39:16 deraadt Exp $"; #endif not lint #include <sys/types.h> |