From: Marco van Wieringen Date: Sun, 18 Oct 2009 19:01:36 +0000 (+0200) Subject: Fix typo X-Git-Tag: Release-5.0.0~282^2~8^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=93f3a9e71b4c09ce0c5f99102f0b15efaf553e6c;p=bacula%2Fbacula Fix typo --- diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index dc645faef1..c1f9f715d3 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -1087,7 +1087,7 @@ static bxattr_exit_code (*os_parse_xattr_streams)(JCR *jcr, int stream) = bsd_pa #endif #if !defined(HAVE_OPENAT) || \ - !defined(HAVE_UNKINKAT) || \ + !defined(HAVE_UNLINKAT) || \ !defined(HAVE_FCHOWNAT) || \ !defined(HAVE_FUTIMESAT) #error "Unable to compile code because of missing openat, unlinkat, fchownat or futimesat function"