]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 18 Oct 2009 19:01:36 +0000 (21:01 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Sun, 18 Oct 2009 19:01:36 +0000 (21:01 +0200)
bacula/src/filed/xattr.c

index dc645faef1189c0287d91cacbd2507c067ad225f..c1f9f715d3c3a8448ed725cb159439c3c3d6f36d 100644 (file)
@@ -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"