cvs commit: src/usr.bin/truss setup.c
John Baldwin
jhb at FreeBSD.org
Fri May 23 20:07:04 UTC 2008
jhb 2008-05-23 20:06:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/truss setup.c
Log:
- Close a small fd leak that can occur if we have to do more than one
PIOCWAIT after forking a new child process.
- Use NULL instead of 0 in one spot.
This is a direct commit to RELENG_6 since it only applies to the procfs
code and newer branches use ptrace() rather than procfs.
Revision Changes Path
1.21.2.2 +2 -1 src/usr.bin/truss/setup.c
More information about the cvs-src
mailing list