Subject: Interlan driver fails to compile (#212) Index: pdpif/if_il.c 2.11BSD Description: The Interlan driver ('il') fails to compile. Repeat-By: Configure a system with 'NIL' set to 1 in the config file. Note that compilation of if_il.c fails with an 'unknown structure' error message. Fix: When the UNIBUS management for network interfaces was redone a while back a '#include' statement was accidentally left out of the Interlan driver. 1) Cut where indicated and save to a file (/tmp/foo) 2) patch -p0 < /tmp/foo Nothing really needs to be recompiled at this time unless you have an Interlan card. ==================cut here *** /sys/pdpif/if_il.c.old Tue Dec 29 00:59:52 1992 --- /sys/pdpif/if_il.c Sat Dec 17 23:21:10 1994 *************** *** 3,9 **** * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * ! * @(#)if_il.c 2.0 (2.11BSD GTE) 12/29/92 * * 12/29/92 - sms: remove Q22 ifdefs, replacing them with runtime tests * for a Unibus Map. --- 3,9 ---- * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * ! * @(#)if_il.c 2.1 (2.11BSD GTE) 12/17/94 * * 12/29/92 - sms: remove Q22 ifdefs, replacing them with runtime tests * for a Unibus Map. *************** *** 35,40 **** --- 35,41 ---- #include "if_uba.h" #include "errno.h" #include "../pdpuba/ubavar.h" + #include "map.h" #include "uba.h" #include "../net/if.h" *** /VERSION.old Fri Dec 23 17:41:21 1994 --- /VERSION Fri Dec 23 18:02:26 1994 *************** *** 1,4 **** ! Current Patch Level: 211 2.11 BSD ============ --- 1,4 ---- ! Current Patch Level: 212 2.11 BSD ============