PERFORCE change 144350 for review
John Birrell
jb at FreeBSD.org
Mon Jun 30 07:07:28 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=144350
Change 144350 by jb at freebsd3 on 2008/06/30 07:07:08
Regen. I wonder why this differs from Julian's version. :-/
Affected files ...
.. //depot/projects/dtrace/src/sys/kern/systrace_args.c#29 edit
Differences ...
==== //depot/projects/dtrace/src/sys/kern/systrace_args.c#29 (text+ko) ====
@@ -2,7 +2,7 @@
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically generated.
- * $FreeBSD: src/sys/kern/systrace_args.c,v 1.24 2008/05/09 23:02:55 julian Exp $
+ * $FreeBSD$
* This file is part of the DTrace syscall provider.
*/
@@ -4607,6 +4607,16 @@
break;
};
break;
+ /* setfib */
+ case 175:
+ switch(ndx) {
+ case 0:
+ p = "int";
+ break;
+ default:
+ break;
+ };
+ break;
/* ntp_adjtime */
case 176:
switch(ndx) {
More information about the p4-projects
mailing list