diff options
Diffstat (limited to 'lib/libc/posix1e/acl_get.c')
-rw-r--r-- | lib/libc/posix1e/acl_get.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/posix1e/acl_get.c b/lib/libc/posix1e/acl_get.c index 6031199e58e7..a02c2d53085d 100644 --- a/lib/libc/posix1e/acl_get.c +++ b/lib/libc/posix1e/acl_get.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson * All rights reserved. @@ -40,9 +40,6 @@ * acl_get_tag_type() returns the tag type for the ACL entry entry_d */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include "namespace.h" #include <sys/acl.h> |