diff options
Diffstat (limited to 'lib/libc/posix1e/acl_calc_mask.c')
| -rw-r--r-- | lib/libc/posix1e/acl_calc_mask.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/posix1e/acl_calc_mask.c b/lib/libc/posix1e/acl_calc_mask.c index 7089df7d46e0..3e5c5afd06c2 100644 --- a/lib/libc/posix1e/acl_calc_mask.c +++ b/lib/libc/posix1e/acl_calc_mask.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2001-2002 Chris D. Faulhaber * All rights reserved. @@ -26,9 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include "namespace.h" #include <sys/acl.h> |
