PERFORCE change 134925 for review

John Birrell jb at FreeBSD.org
Wed Feb 6 13:15:04 PST 2008


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

Change 134925 by jb at jb_freebsd1 on 2008/02/06 21:14:08

	Back to awk now that it handles more files.

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/makesyscalls.sh#11 edit

Differences ...

==== //depot/projects/dtrace/src/sys/kern/makesyscalls.sh#11 (text+ko) ====

@@ -62,7 +62,7 @@
 2,${
 	/^#/!s/\([{}()*,]\)/ \1 /g
 }
-' < $1 | gawk "
+' < $1 | awk "
 	BEGIN {
 		sysaue = \"$sysaue\"
 		sysdcl = \"$sysdcl\"


More information about the p4-projects mailing list