diff options
Diffstat (limited to 'lib/libc/stdlib/ptsname.c')
-rw-r--r-- | lib/libc/stdlib/ptsname.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/stdlib/ptsname.c b/lib/libc/stdlib/ptsname.c index 6851d3d76555..adbf0e1692a4 100644 --- a/lib/libc/stdlib/ptsname.c +++ b/lib/libc/stdlib/ptsname.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifndef lint -__FBSDID("$FreeBSD$"); -#endif /* not lint */ - #include "namespace.h" #include <sys/param.h> #include <sys/ioctl.h> |