Date: Tue, 18 Apr 1995 07:10:24 -0700 From: Bill Paul <wpaul> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_lkm.c Message-ID: <199504181410.HAA07886@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
wpaul 95/04/18 07:10:23 Modified: sys/kern kern_lkm.c Log: Couple of small cosmetic changes: - Add $Id$ string. - Fix comment ("we might *not* be able to unload the module afterwards without panicking...") - Get rid of variable 'j' that I used in name checking for(;;) loop and use 'i' instead (I thought there'd be a problem with this, but there isn't).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504181410.HAA07886>