diff options
Diffstat (limited to 'usr.sbin/pw/pw_vpw.c')
-rw-r--r-- | usr.sbin/pw/pw_vpw.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/pw/pw_vpw.c b/usr.sbin/pw/pw_vpw.c index 192d588ab0cf..4814ec2076d6 100644 --- a/usr.sbin/pw/pw_vpw.c +++ b/usr.sbin/pw/pw_vpw.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. @@ -27,11 +27,6 @@ * */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ - #include <pwd.h> #include <grp.h> #include <libutil.h> |