From 93f3a9e71b4c09ce0c5f99102f0b15efaf553e6c Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sun, 18 Oct 2009 21:01:36 +0200 Subject: [PATCH] Fix typo --- bacula/src/filed/xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5