Unbreak the build.

This commit is contained in:
Jason Evans 2006-03-27 05:33:35 +00:00
parent 42568791f9
commit c3345c667e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157173

View File

@ -42,7 +42,6 @@ static int md_find(char *, const char *);
static int md_query(char *name); static int md_query(char *name);
static int md_list(char *units, int opt); static int md_list(char *units, int opt);
static char *geom_config_get(struct gconf *g, char *name); static char *geom_config_get(struct gconf *g, char *name);
static void geom_config_dump(struct gconf *g);
static void md_prthumanval(char *length); static void md_prthumanval(char *length);
#define OPT_VERBOSE 0x01 #define OPT_VERBOSE 0x01
@ -303,17 +302,13 @@ md_list(char *units, int opt)
{ {
struct gmesh gm; struct gmesh gm;
struct gprovider *pp; struct gprovider *pp;
struct gconsumer *cp;
struct gconf *gc; struct gconf *gc;
struct gconfig *gce;
struct gident *gid; struct gident *gid;
struct devstat *gsp, *gsq; struct devstat *gsp;
struct ggeom *gg; struct ggeom *gg;
struct gclass *gcl; struct gclass *gcl;
void *sq; void *sq;
int retcode; int retcode;
signed int ch;
int nl;
char *type, *file, *length; char *type, *file, *length;
type = file = length = NULL; type = file = length = NULL;