diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/augeas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/augeas.c b/daemon/augeas.c index 3628219f..b56012cd 100644 --- a/daemon/augeas.c +++ b/daemon/augeas.c @@ -36,7 +36,6 @@ * considerably. */ static augeas *aug = NULL; -#endif #define NEED_AUG(errcode) \ do { \ @@ -46,6 +45,7 @@ static augeas *aug = NULL; } \ } \ while (0) +#endif /* We need to rewrite the root path so it is based at /sysroot. */ int |