I'm using cpp rather heavily in creating my DTrace script,
so I may well be fouling myself up.  Anyway, I'm getting:

  % sudo dtrace -I. -C -s dtlog.d 1
  dtrace: failed to compile script dtlog.d: line 89:
    syntax error near "1"

When I look at the cpp output for line 89, I get:

  syscall::chmod:entry {
    self->arg1 = arg1;
    self->arg0 = arg0;
    self->follow = 1;
  }  /* 4 */

Actually, this is all on one line.  I don't see anything
wrong with the syntax.  Help?

-r
-- 
http://www.cfcl.com/rdm            Rich Morin
http://www.cfcl.com/rdm/resume     [EMAIL PROTECTED]
http://www.cfcl.com/rdm/weblog     +1 650-873-7841

Technical editing and writing, programming, and web development
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to