From 979d9dbbb709c99c77b02fbc7429a0d0472ac2f4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 19 Nov 2013 18:14:24 +0100 Subject: replace: Fix developer build on BSD. This fixes bsd_attr_list() calling geteuid(). Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Nov 21 03:37:59 CET 2013 on sn-devel-104 --- lib/replace/xattr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/replace') diff --git a/lib/replace/xattr.c b/lib/replace/xattr.c index 459b7f3b65..ce52d1a581 100644 --- a/lib/replace/xattr.c +++ b/lib/replace/xattr.c @@ -25,6 +25,7 @@ License along with this library; if not, see . */ +#define UID_WRAPPER_NOT_REPLACE #include "replace.h" #include "system/filesys.h" #include "system/dir.h" -- cgit