+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.
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);
}