Re: Memory filesystems

From: Christoph Hellwig (c0hellwi@laigle.rks.harz.ni.schule.de)
Date: Mon May 29 2000 - 05:32:22 EST


Hi, this patch fixes the registration of isdn tty pseudo-devices in
the case devfs is used. Please apply.

Christoph

-- 
Always remember that you are unique.  Just like everyone else.

--- linux.orig/drivers/isdn/isdn_tty.c Wed Apr 5 19:47:38 2000 +++ linux/drivers/isdn/isdn_tty.c Sat Apr 8 09:39:18 2000 @@ -381,8 +381,14 @@ #define MODEM_PARANOIA_CHECK #define MODEM_DO_RESTART +#ifdef CONFIG_DEVFS_FS +static char *isdn_ttyname_ttyI = "isdn/ttyI%d"; +static char *isdn_ttyname_cui = "isdn/cui%d"; +#else static char *isdn_ttyname_ttyI = "ttyI"; static char *isdn_ttyname_cui = "cui"; +#endif + static int bit2si[8] = {1, 5, 7, 7, 7, 7, 7, 7}; static int si2bit[8] =

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:20 EST