diff options
| author | Roy Marples <roy@marples.name> | 2008-02-19 18:30:16 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-02-19 18:30:16 +0000 |
| commit | d13f8f2808c4d17dd1ad348322b26ebc6bd0f9c4 (patch) | |
| tree | 551946066b1ecedf4a3ada2c464e51977acb0e21 /common.c | |
| parent | 76d06e75e83f798f71532fcc1e50da3d344f32ca (diff) | |
| download | dhcpcd-d13f8f2808c4d17dd1ad348322b26ebc6bd0f9c4.tar.xz | |
Remove hardcoded defines for linux and add a nasty hackaround for glibc.
Diffstat (limited to 'common.c')
| -rw-r--r-- | common.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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> |
