patch-2.1.6 linux/drivers/isdn/teles/mod.c
Next file: linux/drivers/isdn/teles/teles.h
Previous file: linux/drivers/isdn/teles/llglue.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Mon Oct 28 21:44:46 1996
-  Orig file: 
v2.1.5/linux/drivers/isdn/teles/mod.c
-  Orig date: 
Sun Apr 21 11:56:15 1996
diff -u --recursive --new-file v2.1.5/linux/drivers/isdn/teles/mod.c linux/drivers/isdn/teles/mod.c
@@ -14,7 +14,7 @@
 int             nrcards;
 
 typedef struct {
-	byte           *membase;
+	unsigned int	membase;
 	int             interrupt;
 	unsigned int    iobase;
 	unsigned int    protocol;
@@ -73,7 +73,7 @@
                         j++; argc--;
                 }
                 if (argc) {
-                        io[i].membase   = (byte *)ints[j];
+                        io[i].membase   = ints[j];
                         j++; argc--;
                 }
                 if (argc) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov