summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/vext.h
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-02-16 09:23:59 +0000
committerle <le@FreeBSD.org>2004-02-16 09:23:59 +0000
commit3d4d791def4351d25fc09fcce478ff1e8d14bbbd (patch)
tree2fabfe4c15c5d90f7b0045d2284cbc1850599d17 /sbin/vinum/vext.h
parent24775302eb1bada4d09e738e593de3b6124623bf (diff)
downloadFreeBSD-src-3d4d791def4351d25fc09fcce478ff1e8d14bbbd.zip
FreeBSD-src-3d4d791def4351d25fc09fcce478ff1e8d14bbbd.tar.gz
Since DEVFS is mandatory, remove all instances to make_dev*. Keep the
"makedev" command for backwards compatibility, but just print out an informational message (this was the current behaviour, anyway) and remove it from the documentation. Approved by: grog (mentor)
Diffstat (limited to 'sbin/vinum/vext.h')
-rw-r--r--sbin/vinum/vext.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h
index f065bf1..63f668f 100644
--- a/sbin/vinum/vext.h
+++ b/sbin/vinum/vext.h
@@ -165,10 +165,6 @@ void vinum_rebuildparity(int argc, char *argv[], char *argv0[]);
void parityops(int argc, char *argv[], enum parityop op);
void start_daemon(void);
void vinum_debug(int argc, char *argv[], char *arg0[]);
-void make_devices(void);
-void make_vol_dev(int, int);
-void make_plex_dev(int, int);
-void make_sd_dev(int);
void list_defective_objects(void);
void vinum_dumpconfig(int argc, char *argv[], char *argv0[]);
void dumpconfig(char *part);
@@ -213,7 +209,6 @@ extern struct _drive drive;
extern jmp_buf command_fail; /* return on a failed command */
extern int superdev; /* vinum super device */
-extern int no_devfs; /* set if we don't have DEVFS */
extern int line; /* stdin line number for error messages */
extern int file_line; /* and line in input file (yes, this is tacky) */
OpenPOWER on IntegriCloud