diff options
author | Wichert Akkerman <wakkerma@debian.org> | 2000-01-11 01:11:12 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 2000-01-11 01:11:12 +0000 |
commit | 68c55e2e366d55a657c43c1b519337a820ed2239 (patch) | |
tree | 94e95b5a4d4c4ee62ff0ca7625d562116ca41a20 /utils | |
parent | 4862ae37a46904bc8529ffca00deed1c9627dab9 (diff) | |
download | dpkg-68c55e2e366d55a657c43c1b519337a820ed2239.tar.gz |
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
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.in b/utils/Makefile.in index 09cbf4643..b55ff4208 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -5,7 +5,7 @@ top_srcdir = @top_srcdir@ include ../Makefile.conf -CFLAGS += $(top_srcdir)/optlib +CFLAGS += -I$(top_srcdir)/optlib SSD_SOURCES = start-stop-daemon.c SSD_OBJECTS = $(patsubst %.c, %.o, $(SSD_SOURCES)) |