diff options
Diffstat (limited to 'usr.sbin/pw/pw_log.c')
-rw-r--r-- | usr.sbin/pw/pw_log.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/pw/pw_log.c b/usr.sbin/pw/pw_log.c index 17e14d1e44ed..43dd4207ba29 100644 --- a/usr.sbin/pw/pw_log.c +++ b/usr.sbin/pw/pw_log.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (C) 1996 * David L. Nugent. All rights reserved. @@ -26,11 +26,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ - #include <ctype.h> #include <err.h> #include <fcntl.h> |