PERFORCE change 174242 for review

Robert Watson rwatson at FreeBSD.org
Wed Feb 3 15:46:07 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=174242

Change 174242 by rwatson at rwatson_vimage_client on 2010/02/03 15:45:19

	Force at least one benchmark to be run.
	Submitted by:	antoine

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/tools/syscall_timing/syscall_timing.c#13 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/tools/syscall_timing/syscall_timing.c#13 (text+ko) ====

@@ -799,7 +799,7 @@
 	int i, j, k;
 	int iterations, loops;
 
-	if (argc < 3)
+	if (argc < 4)
 		usage();
 
 	ll = strtoll(argv[1], &endp, 10);


More information about the p4-projects mailing list