diff options
Diffstat (limited to 'lib/libc/tests/gen/sigsetops_test.c')
-rw-r--r-- | lib/libc/tests/gen/sigsetops_test.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/tests/gen/sigsetops_test.c b/lib/libc/tests/gen/sigsetops_test.c index ba9abed403b0..a22c4b3f4f59 100644 --- a/lib/libc/tests/gen/sigsetops_test.c +++ b/lib/libc/tests/gen/sigsetops_test.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org> * All rights reserved. @@ -26,9 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <errno.h> #include <signal.h> #include <stdbool.h> |