summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-03-06 23:52:54 +0000
committerTim Potter <tpot@samba.org>2004-03-06 23:52:54 +0000
commit2a3c286cdc620ecdc34ecee4e8a3d185a5ed3f61 (patch)
tree93ba0e54335704b3c02ecf34379a7b290ff37d99 /source3
parent443865396b9f7b98123cb81104fa0604ec4ca202 (diff)
downloadsamba-2a3c286cdc620ecdc34ecee4e8a3d185a5ed3f61.tar.gz
samba-2a3c286cdc620ecdc34ecee4e8a3d185a5ed3f61.tar.bz2
samba-2a3c286cdc620ecdc34ecee4e8a3d185a5ed3f61.zip
tdbdump doesn't need to #include <sys/mman.h>
Bugzilla #1154. (This used to be commit 311bbf41ec50d5caf4388cb4745173739744a049)
Diffstat (limited to 'source3')
-rw-r--r--source3/tdb/tdbdump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/tdb/tdbdump.c b/source3/tdb/tdbdump.c
index 9c1dc2761b..d2530f9f54 100644
--- a/source3/tdb/tdbdump.c
+++ b/source3/tdb/tdbdump.c
@@ -26,7 +26,6 @@
#include <string.h>
#include <fcntl.h>
#include <time.h>
-#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <ctype.h>