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

Peter Holm pho at FreeBSD.org
Sun Jan 18 20:28:20 UTC 2015


Author: pho
Date: Sun Jan 18 20:28:19 2015
New Revision: 277341
URL: https://svnweb.freebsd.org/changeset/base/277341

Log:
  Remove trailing blanks.
  
  Sponsored by:	 EMC / Isilon storage division

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

Modified: user/pho/stress2/misc/kinfo3.sh
==============================================================================
--- user/pho/stress2/misc/kinfo3.sh	Sun Jan 18 20:26:27 2015	(r277340)
+++ user/pho/stress2/misc/kinfo3.sh	Sun Jan 18 20:28:19 2015	(r277341)
@@ -37,7 +37,7 @@
 odir=`pwd`
 cd /tmp
 sed '1,/^EOF/d' < $odir/$0 > kinfo3.c
-cc -o kinfo3 -Wall kinfo3.c -lutil -pthread
+mycc -o kinfo3 -Wall kinfo3.c -lutil -pthread
 rm -f kinfo3.c
 
 mount | grep -q procfs || mount -t procfs procfs /procfs
@@ -181,13 +181,13 @@ main(int argc, char **argv)
 		alarm(30);
 		while(more)
 			churning();
-	} 
+	}
 	if (r < 0) {
 		perror("fork");
 		exit(2);
 	}
 
-	while(more) 
+	while(more)
 		list();
 
 	return (0);


More information about the svn-src-user mailing list