@@ -1,3 +1,7 @@
+Thu May 23 23:23:03 CDT 2002 Adam Heath <doogie@debian.org>
+
+ * lib/lock.c: Use setcloexec wrapper instead of calling fcntl directly.
Thu May 23 15:21:09 CDT 2002 Adam Heath <doogie@debian.org>
* TODO: Add items for --reconfigure and --call-maint-script.
@@ -78,6 +78,6 @@ void lockdatabase(const char *admindir) {
ohshit(_("status database area is locked by another process"));
ohshite(_("unable to lock dpkg status database"));
}
- fcntl(dblockfd, F_SETFD, FD_CLOEXEC);
+ setcloexec(dblockfd, dblockfile);
push_cleanup(cu_unlockdb,~0, NULL,0, 0);