Date: Sun, 10 Mar 2002 15:12:43 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_linker.c Message-ID: <200203102312.g2ANChB86971@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/03/10 15:12:43 PST
Modified files:
sys/kern kern_linker.c
Log:
Don't assign strcmp to a variable called err and then compare it
with zero, just compare strcmp with zero. This fixes the same bug
which Maxim just fixed and fixes some odd style too.
PR: 35712
Reviewed by: arr
Revision Changes Path
1.79 +12 -20 src/sys/kern/kern_linker.c
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?200203102312.g2ANChB86971>
