From: Michael Orlitzky Date: Wed, 28 Feb 2018 15:06:39 +0000 (-0500) Subject: src/libadacl.c: mention the O_PATH flag in a comment. X-Git-Tag: v0.1.4~2 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=2537b1a95dfac45a8514b946cd9753efa05eb92a src/libadacl.c: mention the O_PATH flag in a comment. --- diff --git a/src/libadacl.c b/src/libadacl.c index 246f30a..130da4c 100644 --- a/src/libadacl.c +++ b/src/libadacl.c @@ -5,7 +5,7 @@ * */ -/* Enables get_current_dir_name() in unistd.h */ +/* Enables get_current_dir_name() in unistd.h and the O_PATH flag. */ #define _GNU_SOURCE #include /* EINVAL, ELOOP, ENOTDIR, etc. */