diff options
Diffstat (limited to 'usr.sbin/pw/bitmap.c')
-rw-r--r-- | usr.sbin/pw/bitmap.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/pw/bitmap.c b/usr.sbin/pw/bitmap.c index be82b2c792dd..f176fe571a36 100644 --- a/usr.sbin/pw/bitmap.c +++ b/usr.sbin/pw/bitmap.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 <stdlib.h> #include <string.h> |