mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
--- ./ioconf.c.orig 2004-11-24 15:55:02.129278032 +0100
+++ ./ioconf.c 2004-11-24 15:55:12.279734928 +0100
@@ -37,6 +37,8 @@
#define _(string) (string) #endif +#define MAX_BLKDEV 255
+
static unsigned int ioc_parsed = 0; static struct ioc_entry *ioconf[MAX_BLKDEV+1];
|