summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2006-03-27 05:33:35 +0000
committerjasone <jasone@FreeBSD.org>2006-03-27 05:33:35 +0000
commit8fe77c08b62aef8d650a0efc6ca663e8a8d03d35 (patch)
tree7452d0bff70f2437f981cf27770c3ad36529eec9 /sbin
parent4d87d66b1c601dcb1df3198ae3e59566af238f3c (diff)
downloadFreeBSD-src-8fe77c08b62aef8d650a0efc6ca663e8a8d03d35.zip
FreeBSD-src-8fe77c08b62aef8d650a0efc6ca663e8a8d03d35.tar.gz
Unbreak the build.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mdconfig/mdconfig.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c
index 280219f..acf3ff2 100644
--- a/sbin/mdconfig/mdconfig.c
+++ b/sbin/mdconfig/mdconfig.c
@@ -42,7 +42,6 @@ static int md_find(char *, const char *);
static int md_query(char *name);
static int md_list(char *units, int opt);
static char *geom_config_get(struct gconf *g, char *name);
-static void geom_config_dump(struct gconf *g);
static void md_prthumanval(char *length);
#define OPT_VERBOSE 0x01
@@ -303,17 +302,13 @@ md_list(char *units, int opt)
{
struct gmesh gm;
struct gprovider *pp;
- struct gconsumer *cp;
struct gconf *gc;
- struct gconfig *gce;
struct gident *gid;
- struct devstat *gsp, *gsq;
+ struct devstat *gsp;
struct ggeom *gg;
struct gclass *gcl;
void *sq;
int retcode;
- signed int ch;
- int nl;
char *type, *file, *length;
type = file = length = NULL;
OpenPOWER on IntegriCloud