Date: Thu, 19 Dec 2002 21:26:10 -0800 (PST) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strerror.c Message-ID: <200212200526.gBK5QAiN089575@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/12/19 21:26:10 PST
Modified files:
lib/libc/string strerror.c
Log:
Stylistic changes:
o Fix an English error (comma splice) and poorly worded sentence.
o Fix KNF ordering of variables (pointers come before arithmetic types).
o Restore hand-optimization of sizeof()-1, instead of strlen().
o Remove unneeded local variables in strerror_r().
Test by: strerror regression test
Requested by: bde
Reviewed by: bde
Revision Changes Path
1.10 +14 -11 src/lib/libc/string/strerror.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?200212200526.gBK5QAiN089575>
