summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-19 18:30:16 +0000
committerRoy Marples <roy@marples.name>2008-02-19 18:30:16 +0000
commitd13f8f2808c4d17dd1ad348322b26ebc6bd0f9c4 (patch)
tree551946066b1ecedf4a3ada2c464e51977acb0e21 /common.c
parent76d06e75e83f798f71532fcc1e50da3d344f32ca (diff)
downloaddhcpcd-d13f8f2808c4d17dd1ad348322b26ebc6bd0f9c4.tar.xz
Remove hardcoded defines for linux and add a nasty hackaround for glibc.
Diffstat (limited to 'common.c')
-rw-r--r--common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.c b/common.c
index 8860ec69..99471bce 100644
--- a/common.c
+++ b/common.c
@@ -25,10 +25,6 @@
* SUCH DAMAGE.
*/
-#ifdef __linux__
-# define _XOPEN_SOURCE 500 /* needed for pwrite */
-#endif
-
#include <sys/time.h>
#include <errno.h>
#include <fcntl.h>