diff options
| author | joerg <joerg@NetBSD.org> | 2011-08-29 14:34:58 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-08-29 14:34:58 +0000 |
| commit | f051b9adf574f5f820ad36b4cc1f9eeaceefb5ed (patch) | |
| tree | d26f2152977fe259cd338db9e91dd660ae907247 /sbin/mount_procfs | |
| parent | 67ee1825b7283e43a7e8d136f663797646a0b891 (diff) | |
Use __dead
Diffstat (limited to 'sbin/mount_procfs')
| -rw-r--r-- | sbin/mount_procfs/mount_procfs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_procfs/mount_procfs.c b/sbin/mount_procfs/mount_procfs.c index a071773332a..5e8f56e1f8d 100644 --- a/sbin/mount_procfs/mount_procfs.c +++ b/sbin/mount_procfs/mount_procfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_procfs.c,v 1.23 2009/02/23 19:47:58 pooka Exp $ */ +/* $NetBSD: mount_procfs.c,v 1.24 2011/08/29 14:35:02 joerg Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -77,7 +77,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\ #if 0 static char sccsid[] = "@(#)mount_procfs.c 8.4 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_procfs.c,v 1.23 2009/02/23 19:47:58 pooka Exp $"); +__RCSID("$NetBSD: mount_procfs.c,v 1.24 2011/08/29 14:35:02 joerg Exp $"); #endif #endif /* not lint */ @@ -103,7 +103,7 @@ static const struct mntopt mopts[] = { }; int mount_procfs(int argc, char **argv); -static void usage(void); +__dead static void usage(void); #ifndef MOUNT_NOMAIN int |
