PERFORCE change 104108 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 20:16:04 UTC 2006


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

Change 104108 by jb at jb_freebsd2 on 2006/08/15 20:15:51

	Use the correct variable type for the size.

Affected files ...

.. //depot/projects/dtrace/src/usr.bin/truss/main.c#7 edit

Differences ...

==== //depot/projects/dtrace/src/usr.bin/truss/main.c#7 (text+ko) ====

@@ -111,7 +111,7 @@
 {
 	struct ex_types *funcs;
 	char progt[32];
-	int len = sizeof(progt);
+	size_t len = sizeof(progt);
 	int mib[4];
 	int error;
 


More information about the p4-projects mailing list