diff options
Diffstat (limited to 'sbin/mount/mount.c')
-rw-r--r-- | sbin/mount/mount.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 30eecb461d5..ddad3f35ed2 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.c,v 1.49 2009/05/12 23:25:08 thib Exp $ */ +/* $OpenBSD: mount.c,v 1.50 2009/10/27 23:59:33 deraadt Exp $ */ /* $NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp $ */ /* @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1980, 1989, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)mount.c 8.19 (Berkeley) 4/19/94"; -#else -static char rcsid[] = "$OpenBSD: mount.c,v 1.49 2009/05/12 23:25:08 thib Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <sys/mount.h> #include <sys/socket.h> |