summaryrefslogtreecommitdiffstats
path: root/sbin/mount_lfs/mount_lfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_lfs/mount_lfs.c')
-rw-r--r--sbin/mount_lfs/mount_lfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_lfs/mount_lfs.c b/sbin/mount_lfs/mount_lfs.c
index 3c6e2dd..67c1b31 100644
--- a/sbin/mount_lfs/mount_lfs.c
+++ b/sbin/mount_lfs/mount_lfs.c
@@ -42,7 +42,7 @@ static char copyright[] =
static char sccsid[] = "@(#)mount_lfs.c 8.3 (Berkeley) 3/27/94";
*/
static const char rcsid[] =
- "$Id$";
+ "$Id: mount_lfs.c,v 1.4 1996/05/13 17:43:05 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -64,7 +64,7 @@ static struct mntopt mopts[] = {
{ NULL }
};
-static __dead void usage __P((void)) __dead2;
+static void usage __P((void)) __dead2;
static void invoke_cleaner __P((char *, int, int));
int
OpenPOWER on IntegriCloud