Date: Wed, 11 Sep 2002 09:41:40 -0700 (PDT) From: Jacques Vidrine <nectar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm.c Message-ID: <200209111641.g8BGff2x084523@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nectar 2002/09/11 09:41:40 PDT Modified files: lib/libkvm kvm.c Log: In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec. Applications can not do this themselves, as the descriptors are hidden behind the opaque `kvm_t' type. Revision Changes Path 1.23 +12 -0 src/lib/libkvm/kvm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209111641.g8BGff2x084523>