summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_aio_fork.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-05-31 12:05:50 +0200
committerMichael Adam <obnox@samba.org>2014-06-02 22:48:12 +0200
commit65a6c31d9d6467bf23875daa5bab8135f7b1d347 (patch)
tree5497876b231de113721215f4d360e95aa357ba2f /source3/modules/vfs_aio_fork.c
parent86be491912811502fa29720128341f91a38266c1 (diff)
downloadsamba-65a6c31d9d6467bf23875daa5bab8135f7b1d347.tar.gz
samba-65a6c31d9d6467bf23875daa5bab8135f7b1d347.tar.xz
samba-65a6c31d9d6467bf23875daa5bab8135f7b1d347.zip
build: rename HAVE_MSGHDR_MSG_ACCTRIGHTS to HAVE_STRUCT_MSGHDR_MSG_ACCTRIGHTS
for consistency. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/modules/vfs_aio_fork.c')
-rw-r--r--source3/modules/vfs_aio_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aio_fork.c b/source3/modules/vfs_aio_fork.c
index d8a99b00359..97ec1cdf3e3 100644
--- a/source3/modules/vfs_aio_fork.c
+++ b/source3/modules/vfs_aio_fork.c
@@ -27,7 +27,7 @@
#include "lib/async_req/async_sock.h"
#include "lib/util/tevent_unix.h"
-#if !defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL) && !defined(HAVE_MSGHDR_MSG_ACCTRIGHTS)
+#if !defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL) && !defined(HAVE_STRUCT_MSGHDR_MSG_ACCTRIGHTS)
# error Can not pass file descriptors
#endif