From 7a0e061738bd8b392f637b7336145b14a416111a Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 23 Dec 2009 16:43:37 +0100 Subject: [PATCH] Fixed typo where #endif was removed when trying to remove xBSD code. --- bacula/src/filed/xattr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index e5ab606ae5..164cb6cb90 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -524,6 +524,7 @@ static bool linux_parse_xattr_stream(JCR *jcr, int stream) return true; /* non-fatal error */ } } +#endif #elif defined(HAVE_SUN_OS) /* * Solaris extended attributes were introduced in Solaris 9 -- 2.39.5