]> err.no Git - dpkg/commit
dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and the...
authorWichert Akkerman <wakkerma@debian.org>
Tue, 11 Jan 2000 01:11:12 +0000 (01:11 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Tue, 11 Jan 2000 01:11:12 +0000 (01:11 +0000)
commit68c55e2e366d55a657c43c1b519337a820ed2239
tree94e95b5a4d4c4ee62ff0ca7625d562116ca41a20
parent4862ae37a46904bc8529ffca00deed1c9627dab9
dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and the default behaviour
main/enquiry.c: include sys/termios.h (needed on Solaris)
lib/lock.c: use EACCESS instead of EWOULDBLOCK
dselect/main.cc: fix help for -D
dselect/main.cc: try to lock admindir instead of using readwrite
dselect/method.cc: switch to using fcntl for lock since that is more portable, and revamp lockingcode to reduce code duplication
ChangeLog
dselect/baselist.cc
dselect/main.cc
dselect/method.cc
lib/lock.c
main/enquiry.c
utils/Makefile.in