diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
commit | ee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch) | |
tree | d0c5a8ce449174adb1446885a3852074d1bf406d /sbin/mount_procfs | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
Diffstat (limited to 'sbin/mount_procfs')
-rw-r--r-- | sbin/mount_procfs/Makefile | 2 | ||||
-rw-r--r-- | sbin/mount_procfs/mount_procfs.8 | 1 | ||||
-rw-r--r-- | sbin/mount_procfs/mount_procfs.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mount_procfs/Makefile b/sbin/mount_procfs/Makefile index 967ace67cd3..78917e4b647 100644 --- a/sbin/mount_procfs/Makefile +++ b/sbin/mount_procfs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:37 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/18 14:58:08 cgd Exp $ -# @(#)Makefile 8.4 (Berkeley) 3/27/94 PROG= mount_procfs SRCS= mount_procfs.c getmntopts.c diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 552b617ed96..a4d01d2d3d6 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_procfs.8,v 1.2 1996/06/23 14:31:38 deraadt Exp $ .\" $NetBSD: mount_procfs.8,v 1.6 1995/03/18 14:58:10 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 diff --git a/sbin/mount_procfs/mount_procfs.c b/sbin/mount_procfs/mount_procfs.c index 777e93f57c5..55fa0bdf3ab 100644 --- a/sbin/mount_procfs/mount_procfs.c +++ b/sbin/mount_procfs/mount_procfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_procfs.c,v 1.3 1996/06/23 14:31:38 deraadt Exp $ */ /* $NetBSD: mount_procfs.c,v 1.7 1996/04/13 01:31:59 jtc Exp $ */ /* @@ -47,7 +48,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_procfs.c 8.3 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_procfs.c,v 1.7 1996/04/13 01:31:59 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_procfs.c,v 1.3 1996/06/23 14:31:38 deraadt Exp $"; #endif #endif /* not lint */ |