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_union | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
Diffstat (limited to 'sbin/mount_union')
-rw-r--r-- | sbin/mount_union/Makefile | 2 | ||||
-rw-r--r-- | sbin/mount_union/mount_union.8 | 1 | ||||
-rw-r--r-- | sbin/mount_union/mount_union.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mount_union/Makefile b/sbin/mount_union/Makefile index 61473ea2fd8..e4e7bc8951a 100644 --- a/sbin/mount_union/Makefile +++ b/sbin/mount_union/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:42 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/03/18 14:58:21 cgd Exp $ -# @(#)Makefile 8.3 (Berkeley) 3/27/94 PROG= mount_union SRCS= mount_union.c getmntopts.c diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8 index 8378e74fc30..3f9ad2c6f1f 100644 --- a/sbin/mount_union/mount_union.8 +++ b/sbin/mount_union/mount_union.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_union.8,v 1.3 1996/06/23 14:31:42 deraadt Exp $ .\" $NetBSD: mount_union.8,v 1.4 1995/09/29 06:44:02 jtc Exp $ .\" .\" Copyright (c) 1994 diff --git a/sbin/mount_union/mount_union.c b/sbin/mount_union/mount_union.c index 1c639b3b756..3a019a90ab6 100644 --- a/sbin/mount_union/mount_union.c +++ b/sbin/mount_union/mount_union.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_union.c,v 1.3 1996/06/23 14:31:43 deraadt Exp $ */ /* $NetBSD: mount_union.c,v 1.3 1996/04/13 01:32:11 jtc Exp $ */ /* @@ -46,7 +47,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_union.c 8.5 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_union.c,v 1.3 1996/04/13 01:32:11 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_union.c,v 1.3 1996/06/23 14:31:43 deraadt Exp $"; #endif #endif /* not lint */ |