diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /sbin/mount | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
Diffstat (limited to 'sbin/mount')
| -rw-r--r-- | sbin/mount/Makefile | 2 | ||||
| -rw-r--r-- | sbin/mount/extern.h | 2 | ||||
| -rw-r--r-- | sbin/mount/getmntopts.c | 2 | ||||
| -rw-r--r-- | sbin/mount/mntopts.h | 2 | ||||
| -rw-r--r-- | sbin/mount/mount.8 | 2 | ||||
| -rw-r--r-- | sbin/mount/mount.c | 2 | ||||
| -rw-r--r-- | sbin/mount/mount_ufs.c | 2 | ||||
| -rw-r--r-- | sbin/mount/vfslist.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index f4e95245514f..e3832a85be9e 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.6 (Berkeley) 5/8/95 -# $Id: Makefile,v 1.7 1998/03/08 14:50:00 msmith Exp $ +# $Id: Makefile,v 1.8 1999/01/09 16:28:32 bde Exp $ PROG= mount SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c diff --git a/sbin/mount/extern.h b/sbin/mount/extern.h index 71dde6c9c426..3e552949209b 100644 --- a/sbin/mount/extern.h +++ b/sbin/mount/extern.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: extern.h,v 1.1 1997/08/24 21:28:38 steve Exp $ + * $Id: extern.h,v 1.2 1997/08/25 21:02:18 bde Exp $ */ /* vfslist.c */ diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c index 25b8d090c128..242e7bce09fd 100644 --- a/sbin/mount/getmntopts.c +++ b/sbin/mount/getmntopts.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getmntopts.c 8.3 (Berkeley) 3/29/95"; #else static const char rcsid[] = - "$Id: getmntopts.c,v 1.6 1997/08/24 21:02:47 steve Exp $"; + "$Id: getmntopts.c,v 1.7 1998/07/06 07:12:38 charnier Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 1be391d585c4..715ce181d94e 100644 --- a/sbin/mount/mntopts.h +++ b/sbin/mount/mntopts.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mntopts.h 8.7 (Berkeley) 3/29/95 - * $Id: mntopts.h,v 1.13 1998/04/08 18:31:17 wosch Exp $ + * $Id: mntopts.h,v 1.14 1998/07/06 07:12:38 charnier Exp $ */ struct mntopt { diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 54a8f31aa10d..0e4b1751df52 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 -.\" $Id: mount.8,v 1.25 1999/04/08 13:59:42 ghelmer Exp $ +.\" $Id: mount.8,v 1.24.2.1 1999/04/08 14:00:59 ghelmer Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 87ae109b1256..3008c93962a6 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount.c 8.25 (Berkeley) 5/8/95"; #endif static const char rcsid[] = - "$Id: mount.c,v 1.28 1998/07/06 07:12:38 charnier Exp $"; + "$Id: mount.c,v 1.28.2.1 1999/03/16 22:30:46 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index c6abfee22b70..606f9d9e41a2 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_ufs.c 8.4 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$Id: mount_ufs.c,v 1.14 1998/07/06 07:12:38 charnier Exp $"; + "$Id: mount_ufs.c,v 1.15 1999/01/09 16:28:33 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c index 871de264f76a..02bff8f85790 100644 --- a/sbin/mount/vfslist.c +++ b/sbin/mount/vfslist.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vfslist.c 8.1 (Berkeley) 5/8/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: vfslist.c,v 1.3 1998/07/06 07:12:38 charnier Exp $"; #endif /* not lint */ #include <err.h> |
