PERFORCE change 124857 for review
Constantine A. Murenin
cnst at FreeBSD.org
Tue Aug 7 17:17:57 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=124857
Change 124857 by cnst at dale on 2007/08/08 00:17:21
KNF, no binary md5 change
Affected files ...
.. //depot/projects/soc2007/cnst-sensors/sys.kern/kern_sysctl.c#7 edit
Differences ...
==== //depot/projects/soc2007/cnst-sensors/sys.kern/kern_sysctl.c#7 (text+ko) ====
@@ -684,7 +684,7 @@
*oid++ = oidp->oid_number;
(*len)++;
- if (!i) {
+ if (i == '\0') {
if (oidpp)
*oidpp = oidp;
return (0);
More information about the p4-projects
mailing list