PERFORCE change 124229 for review

Constantine A. Murenin cnst at FreeBSD.org
Fri Jul 27 23:59:34 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=124229

Change 124229 by cnst at dale on 2007/07/27 23:59:27

	why was i declared int if it is a char? 

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/sys.kern/kern_sysctl.c#5 edit

Differences ...

==== //depot/projects/soc2007/cnst-sensors/sys.kern/kern_sysctl.c#5 (text+ko) ====

@@ -654,7 +654,7 @@
 static int
 name2oid(char *name, int *oid, int *len, struct sysctl_oid **oidpp)
 {
-	int i;
+	char i;
 	struct sysctl_oid *oidp;
 	struct sysctl_oid_list *lsp = &sysctl__children;
 	char *p;


More information about the p4-projects mailing list