jasone      2008-01-03 00:18:04 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/truss        syscalls.c 
  Log:
  The break() system call takes a pointer argument, not an integer.  This
  change fixes output for break() on LP64 systems.
  
  Revision  Changes    Path
  1.56      +1 -1      src/usr.bin/truss/syscalls.c