summaryrefslogtreecommitdiffstats
path: root/dund
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-08-16 10:54:06 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-08-16 10:54:06 +0000
commita1bc48d15a5d6e78efe744eb7b27b6421cb7222f (patch)
treea7880f87c2585311975e4087d36255c9f1f0b7ec /dund
parenta23442be507d9384175898a28fb72c35f790fbd1 (diff)
Convert to using ppoll() and pselect()
Diffstat (limited to 'dund')
-rw-r--r--dund/dun.c1
-rw-r--r--dund/main.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/dund/dun.c b/dund/dun.c
index 718da7ec..fdc1e287 100644
--- a/dund/dun.c
+++ b/dund/dun.c
@@ -37,7 +37,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/poll.h>
#include <sys/wait.h>
#include <sys/param.h>
#include <sys/ioctl.h>
diff --git a/dund/main.c b/dund/main.c
index bb96d639..868f57fe 100644
--- a/dund/main.c
+++ b/dund/main.c
@@ -37,7 +37,6 @@
#include <getopt.h>
#include <sys/socket.h>
-#include <sys/poll.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>