1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
---
sbin/mount_nullfs/mount_nullfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/src/sbin/mount_nullfs/mount_nullfs.c
+++ b/src/sbin/mount_nullfs/mount_nullfs.c
@@ -58,7 +58,7 @@
#include "mntopts.h"
int subdir(const char *, const char *);
-static void usage(void) __dead2;
+static void usage(void);
int
main(int argc, char *argv[])
|