Date: Sun, 10 Mar 2002 16:56:19 -0700 From: "Kenneth D. Merry" <ken@kdm.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.c Message-ID: <20020310165619.A64813@panzer.kdm.org> In-Reply-To: <200203101920.g2AJK1B38135@freefall.freebsd.org>; from sobomax@FreeBSD.org on Sun, Mar 10, 2002 at 11:20:01AM -0800 References: <200203101920.g2AJK1B38135@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 10, 2002 at 11:20:01 -0800, Maxim Sobolev wrote: > sobomax 2002/03/10 11:20:01 PST > > Modified files: > sys/kern kern_linker.c > Log: > Fix a breakage introduced in rev.1.75 (supposedly style cleanup), which results > in "missing dependencies" error when loading some kld modules. It is sad to > see how often these days style cleanus break doesn't broken things. Perhaps > people should recall good old principle: "don't fix it if it isn't broken". These sorts of problems can often be avoided (if you're doing a style-only change) by doing a binary compare on the object before and after the style cleanup. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020310165619.A64813>