Date: Tue, 29 Aug 1995 17:33:37 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys msg.h sem.h shm.h Message-ID: <199508300033.RAA00487@freefall.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
bde 95/08/29 17:33:36 Modified: sys/kern sysv_msg.c sysv_sem.c sysv_shm.c Log: Fix several sysinit functions that had the wrong type and unnecessarily external linkage. Remove useless comments saying that SYSINIT() does system initialization. shm.c: Remove nearly useless comment that gave wrong pseudo-prototypes. Modified: sys/net if.h if_disc.c if_loop.c if_ppp.c if_sl.c if_slvar.h if_tun.c Log: Fix several sysinit functions that had the wrong type and unnecessarily external linkage. Remove useless comments saying that SYSINIT() does system initialization. Modified: sys/sys msg.h sem.h shm.h Log: Fix several sysinit functions that had the wrong type and unnecessarily external linkage.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508300033.RAA00487>