Commit 4b086be9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Disable root wrapper on BeOS

parent 5d339b42
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# include <config.h> # include <config.h>
#endif #endif
#ifdef HAVE_GETEUID #if defined (HAVE_GETEUID) && !defined (SYS_BEOS)
# define ENABLE_ROOTWRAP 1 # define ENABLE_ROOTWRAP 1
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment