Subject: Missing comment terminator in autoconfig (#135) Index: sys/autoconfig/uprobe.c 2.11BSD Description: There is a missing comment terminator in autoconfig module which defines the internal probe routine table. Repeat-By: Examination of the source, or note that the 'rk' entry is not included. Fix: Apply the following patch, recompile and install the autoconfig program. ========================================================================== *** /usr/src/sys/autoconfig/uprobe.c.old Sat Nov 21 00:22:54 1992 --- /usr/src/sys/autoconfig/uprobe.c Wed Jun 16 08:37:58 1993 *************** *** 3,9 **** * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * ! * @(#)uprobe.c 2.0 (2.11BSD GTE) 11/20/92 */ /* --- 3,9 ---- * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * ! * @(#)uprobe.c 2.1 (2.11BSD GTE) 6/16/93 */ /* *************** *** 29,35 **** UPROBE uprobe[] = { "hk", hkprobe, /* hk -- rk611, rk06/07 */ "hp", xpprobe, /* hp -- rjp04/06, rwp04/06 */ ! "ra", raprobe, /* ra -- MSCP "rk", rkprobe, /* rk -- rk05 */ "rl", rlprobe, /* rl -- rl01/02 */ "si", siprobe, /* si -- SI 9500 for CDC 9766 */ --- 29,35 ---- UPROBE uprobe[] = { "hk", hkprobe, /* hk -- rk611, rk06/07 */ "hp", xpprobe, /* hp -- rjp04/06, rwp04/06 */ ! "ra", raprobe, /* ra -- MSCP */ "rk", rkprobe, /* rk -- rk05 */ "rl", rlprobe, /* rl -- rl01/02 */ "si", siprobe, /* si -- SI 9500 for CDC 9766 */