Skip to content

Commit

Permalink
cannot build when acl is not defined, bug #574
Browse files Browse the repository at this point in the history
  • Loading branch information
hat001 authored and slowfranklin committed Feb 5, 2016
1 parent ee2dee2 commit d48ecb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -5,6 +5,7 @@ Changes in 3.1.9
* FIX: listening on IPv6 wildcard address may fail if IPv6 is
disabled, bug #606
* NEW: LibreSSL support, FR #98
* FIX: cannot build when acl is not defined, bug #574

Changes in 3.1.8
================
Expand Down
1 change: 1 addition & 0 deletions include/atalk/acl.h
Expand Up @@ -61,6 +61,7 @@ extern int remove_acl_vfs(const char *name);
#else /* HAVE_ACLS=no */

#define O_NETATALK_ACL 0
#define O_IGNORE 0
#define chmod_acl chmod

#endif /* HAVE_ACLS */
Expand Down

0 comments on commit d48ecb5

Please sign in to comment.