1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings (cherry picked from samba commit 2c2545d45a)

Signed-off-by: Stefan Metzmacher <metze@samba.org>

(This used to be ctdb commit c40d14b1b7ba7c9ae40c0306a2e552504e0f92a6)
This commit is contained in:
Stefan Metzmacher 2009-11-19 16:52:46 +01:00
parent a60db0255b
commit 4576b9aae8

View File

@ -32,10 +32,6 @@
#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
#endif
#ifdef HAVE_FSTAT
#undef HAVE_FSTAT
#endif
/* Include tdb headers */
#include <tdb.h>