diff options
Diffstat (limited to 'lib/libc/locale/nl_langinfo.c')
| -rw-r--r-- | lib/libc/locale/nl_langinfo.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/locale/nl_langinfo.c b/lib/libc/locale/nl_langinfo.c index 675ba2b683aa..7cdf2856c5bc 100644 --- a/lib/libc/locale/nl_langinfo.c +++ b/lib/libc/locale/nl_langinfo.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2001, 2003 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. @@ -31,9 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <langinfo.h> #include <limits.h> #include <locale.h> |
