projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9217c5a
)
unixsock plugin: Don't include <sys/poll.h> since it's not used.
author
Florian Forster
<octo@huhu.verplant.org>
Thu, 10 May 2007 07:50:50 +0000
(09:50 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Thu, 10 May 2007 07:50:50 +0000
(09:50 +0200)
src/unixsock.c
patch
|
blob
|
history
diff --git
a/src/unixsock.c
b/src/unixsock.c
index
ac7828f
..
19eaecb
100644
(file)
--- a/
src/unixsock.c
+++ b/
src/unixsock.c
@@
-29,7
+29,6
@@
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/poll.h>
#include <grp.h>