A bug in drivers/net

Simon Shapiro (Shimon@i-connect.net)
Wed, 10 Apr 1996 15:01:17 -0700 (PDT)


dlci.c will not compile as a module.

The following patch corrects that. Is this the author's intent?

43c43,44
< static const char *devname = "dlci";

---
> #define DLCI_NAME "DLCI"
> static const char *devname = DLCI_NAME;
602c603
< static struct device dlci = {devname, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, dlci_in
it, };
---
> static struct device dlci = {DLCI_NAME, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, dlci_
init, };

Sincerely Yours, (Sent on 04/10/96, 15:01:17 by XF-Mail)

Simon Shapiro i-Connect.Net, a Division of iConnect Corp. Shimon@i-Connect.Net 13455 SW Allen Blvd., Suite 140 Beaverton OR 97008