diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-09-25 00:13:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:53 -0500 |
commit | ea801d6520287fed76c3aa3a3d1a729f649baa16 (patch) | |
tree | 9253206a8fd7c391bcf56fb18b9877ce37f99d04 /source4/lib/tdb/common | |
parent | 6e99b959dedcd8da444fca04832011ffa744b619 (diff) | |
download | samba-ea801d6520287fed76c3aa3a3d1a729f649baa16.tar.gz samba-ea801d6520287fed76c3aa3a3d1a729f649baa16.tar.bz2 samba-ea801d6520287fed76c3aa3a3d1a729f649baa16.zip |
r10484: try to fix the pread/pwrite declaration problems
(This used to be commit 196995ea38414ce5a57031c4cdf61b3ed548196a)
Diffstat (limited to 'source4/lib/tdb/common')
-rw-r--r-- | source4/lib/tdb/common/tdb_private.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source4/lib/tdb/common/tdb_private.h b/source4/lib/tdb/common/tdb_private.h index bfd8d04448..d7471537d8 100644 --- a/source4/lib/tdb/common/tdb_private.h +++ b/source4/lib/tdb/common/tdb_private.h @@ -25,12 +25,7 @@ */ #ifndef _SAMBA_BUILD_ -#if HAVE_CONFIG_H -#include <config.h> -#endif - -#define _XOPEN_SOURCE 500 - +#include "config.h" #include <stdlib.h> #include <stdio.h> #ifdef HAVE_STDINT_H @@ -43,7 +38,6 @@ #include <errno.h> #include <sys/mman.h> #include <sys/stat.h> -#include "config.h" #include "tdb.h" #ifndef HAVE_PREAD_DECL |