diff options
Diffstat (limited to 'lib/libc/posix1e/acl_to_text.c')
| -rw-r--r-- | lib/libc/posix1e/acl_to_text.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/posix1e/acl_to_text.c b/lib/libc/posix1e/acl_to_text.c index 50b294bcad63..ea0770def453 100644 --- a/lib/libc/posix1e/acl_to_text.c +++ b/lib/libc/posix1e/acl_to_text.c @@ -22,14 +22,15 @@   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE. - * - * $FreeBSD$   */  /*   * acl_to_text - return a text string with a text representation of the acl   * in it.   */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); +  #include <sys/types.h>  #include "namespace.h"  #include <sys/acl.h>  | 
