summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_aio_fork.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-06-14 00:55:02 +0200
committerMichael Adam <obnox@samba.org>2014-06-16 18:18:04 +0200
commit0e9d4f68f94be4d187eb80429194267244861832 (patch)
tree763e8446e6c62bdfeb5ba2a40bd32a1ae817434d /source3/modules/vfs_aio_fork.c
parent4106cf2eb969da179720067c86728441442cde59 (diff)
downloadsamba-0e9d4f68f94be4d187eb80429194267244861832.tar.gz
samba-0e9d4f68f94be4d187eb80429194267244861832.tar.xz
samba-0e9d4f68f94be4d187eb80429194267244861832.zip
build: fix the test and define for msg_accrights
It must be "msg_accrights" not "msg_acctrights" ... ^ Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Jun 16 18:18:04 CEST 2014 on sn-devel-104
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 97ec1cdf3e3..c1bded98c53 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_STRUCT_MSGHDR_MSG_ACCTRIGHTS)
+#if !defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL) && !defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS)
# error Can not pass file descriptors
#endif