diff options
Diffstat (limited to 'lib/libc/string/wcscoll.c')
-rw-r--r-- | lib/libc/string/wcscoll.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/string/wcscoll.c b/lib/libc/string/wcscoll.c index f68de0de1bbf..e9394a83f60c 100644 --- a/lib/libc/string/wcscoll.c +++ b/lib/libc/string/wcscoll.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 2017 Nexenta Systems, Inc. * Copyright (c) 2002 Tim J. Robbins @@ -32,9 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <errno.h> #include <stdlib.h> #include <string.h> |