Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2007 23:00:43 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/truss main.c
Message-ID:  <200707282300.l6SN0hCD004802@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2007-07-28 23:00:43 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/truss        main.c 
  Log:
  Syscalls have at most 6 argument, not 5. See mmap(2) for example.
  Previously the offset argument to mmap(2) would be bogus as we
  weren't reading it in.
  
  Approved by: re (kensmith)
  
  Revision  Changes    Path
  1.46      +1 -1      src/usr.bin/truss/main.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707282300.l6SN0hCD004802>