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.

11 lines
280 B

  1. --- ./ioconf.c.orig 2004-11-24 15:55:02.129278032 +0100
  2. +++ ./ioconf.c 2004-11-24 15:55:12.279734928 +0100
  3. @@ -37,6 +37,8 @@
  4. #define _(string) (string)
  5. #endif
  6. +#define MAX_BLKDEV 255
  7. +
  8. static unsigned int ioc_parsed = 0;
  9. static struct ioc_entry *ioconf[MAX_BLKDEV+1];