Subject: Part 3 of 22 /boot,/mdec,[T]MSCP updates Index: /sys/, /usr/src/etc/ 2.11BSD Description: Repeat-By: Fix: See part 0 (the README) for the Description, the Reason and the instructions on how update your system. This is part 3 of 22 The 'ubmap' variable has to be a "int" instead of "char" for the 'mfkd' routine used by the network to access 'ubmap' in the kernel's address space. *** /usr/src/sys/h/uba.h.old Fri Apr 29 21:33:44 1988 --- /usr/src/sys/h/uba.h Sat Apr 6 00:06:21 1991 *************** *** 70,76 **** } #ifdef KERNEL ! extern bool_t ubmap; /* Do we have UNIBUS registers? */ extern memaddr bpaddr; /* physical click-address of buffers */ #ifdef UNIBUS_MAP extern struct map ub_map[]; --- 70,76 ---- } #ifdef KERNEL ! extern short ubmap; /* Do we have UNIBUS registers? */ extern memaddr bpaddr; /* physical click-address of buffers */ #ifdef UNIBUS_MAP extern struct map ub_map[];