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