Messages in this thread Patch in this message |  | | From | Kevin Buettner <> | Subject | pre2.0.3 syntax error and patch | Date | Mon, 13 May 1996 18:39:04 -0700 (MST) |
| |
I encountered a minor syntax error while building pre2.0.3.
cd to .../net/appletalk and apply the following:
--- ddp.c.sav Mon May 13 18:19:27 1996 +++ ddp.c Mon May 13 18:20:06 1996 @@ -830,7 +830,7 @@ limit=ntohs(nr->nr_lastnet); if(limit-ntohs(nr->nr_firstnet) > 256) { - printk(KERN_WARING "Too many routes/iface.\n"); + printk(KERN_WARNING "Too many routes/iface.\n"); return -EINVAL; } for(ct=ntohs(nr->nr_firstnet);ct<=limit;ct++)
|  |