fix for devfs from kernel tree

This commit is contained in:
Kai Germaschewski 2000-06-11 20:56:23 +00:00
parent de0194bbc8
commit 0e0046a758
2 changed files with 6 additions and 2 deletions

View File

@ -83,8 +83,6 @@ static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp,
static void isdn_ppp_mp_cleanup( isdn_net_local * lp );
static int isdn_ppp_bundle(struct ippp_struct *, int unit);
#define MP_UNLOCK(b) up(&(b)->lock)
#endif /* CONFIG_ISDN_MPP */
char *isdn_ppp_revision = "$Revision$";

View File

@ -53,8 +53,14 @@ static int isdn_tty_countDLE(unsigned char *, int);
#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] =