svn commit: r256877 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Tue Oct 22 07:17:23 UTC 2013


Author: pho
Date: Tue Oct 22 07:17:22 2013
New Revision: 256877
URL: http://svnweb.freebsd.org/changeset/base/256877

Log:
  Fix compiler warning.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/pho/stress2/misc/setuid.sh

Modified: user/pho/stress2/misc/setuid.sh
==============================================================================
--- user/pho/stress2/misc/setuid.sh	Tue Oct 22 07:16:20 2013	(r256876)
+++ user/pho/stress2/misc/setuid.sh	Tue Oct 22 07:17:22 2013	(r256877)
@@ -82,7 +82,7 @@ EOF
 int
 main(int argc, char **argv)
 {
-	char *av[3];
+	char *av[4];
 	int fd;
 
 	if (argc == 1)


More information about the svn-src-user mailing list