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/raidctl/raidctl.c | |
| parent | 67ee1825b7283e43a7e8d136f663797646a0b891 (diff) | |
Use __dead
Diffstat (limited to 'sbin/raidctl/raidctl.c')
| -rw-r--r-- | sbin/raidctl/raidctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/raidctl/raidctl.c b/sbin/raidctl/raidctl.c index 49d1c2fa3f8..ff0fb0298ae 100644 --- a/sbin/raidctl/raidctl.c +++ b/sbin/raidctl/raidctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: raidctl.c,v 1.52 2011/02/19 07:11:10 enami Exp $ */ +/* $NetBSD: raidctl.c,v 1.53 2011/08/29 14:35:03 joerg Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -39,7 +39,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: raidctl.c,v 1.52 2011/02/19 07:11:10 enami Exp $"); +__RCSID("$NetBSD: raidctl.c,v 1.53 2011/08/29 14:35:03 joerg Exp $"); #endif @@ -70,7 +70,7 @@ static void rf_get_device_status(int); static void rf_output_configuration(int, const char *); static void get_component_number(int, char *, int *, int *); static void rf_fail_disk(int, char *, int); -static void usage(void); +__dead static void usage(void); static void get_component_label(int, char *); static void set_component_label(int, char *); static void init_component_labels(int, int); |
