diff options
Diffstat (limited to 'lib/libc/powerpc/gen/makecontext.c')
-rw-r--r-- | lib/libc/powerpc/gen/makecontext.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/powerpc/gen/makecontext.c b/lib/libc/powerpc/gen/makecontext.c index c6625b4c1c90..5fbb0a96f05c 100644 --- a/lib/libc/powerpc/gen/makecontext.c +++ b/lib/libc/powerpc/gen/makecontext.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2004 Suleiman Souhlal * All rights reserved. @@ -26,9 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <stdarg.h> |