]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Close a small fd leak that can occur if we have to do more than one
authorjhb <jhb@FreeBSD.org>
Fri, 23 May 2008 20:06:59 +0000 (20:06 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 23 May 2008 20:06:59 +0000 (20:06 +0000)
commit25fa0cf7d016a3fd2e1b9e4d9033fe6be6a637d2
tree384d0bf66d6dcf808b3ae673e9950c62b2a2a687
parent3b852d1a8da5471fadf41c593d08a7ab4e85b8b4
- 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.
usr.bin/truss/setup.c