patch-2.1.27 linux/drivers/net/sdla.c
Next file: linux/drivers/net/sm_afsk1200.h
Previous file: linux/drivers/net/ni52.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Feb 21 14:58:34 1997
- Orig file:
v2.1.26/linux/drivers/net/sdla.c
- Orig date:
Sun Feb 2 05:18:41 1997
diff -u --recursive --new-file v2.1.26/linux/drivers/net/sdla.c linux/drivers/net/sdla.c
@@ -432,7 +432,7 @@
cmd_buf->flags = flags;
if (inbuf)
- amemcpy(cmd_buf->data, inbuf, inlen);
+ memcpy(cmd_buf->data, inbuf, inlen);
cmd_buf->length = inlen;
@@ -1103,7 +1103,7 @@
{
struct frad_local *flp;
struct conf_data data;
- int i, err;
+ int i;
short size;
if (dev->type == 0xFFFF)
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]