aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw/pw_vpw.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-09-25 14:54:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-09-25 14:54:56 +0000
commiteba230afba4932f02a1ca44efc797cf7499a5cb0 (patch)
tree65c67104917802c7e371e323e0d99eaad2d0bd4b /usr.sbin/pw/pw_vpw.c
parente4c68414d0854b5e43dfd1b2b0cfbc295702e831 (diff)
downloadsrc-eba230afba4932f02a1ca44efc797cf7499a5cb0.tar.gz
src-eba230afba4932f02a1ca44efc797cf7499a5cb0.zip
Purge more stray embedded $FreeBSD$ strings
These do not use __FBSDID but instead use bare char arrays. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41957
Diffstat (limited to 'usr.sbin/pw/pw_vpw.c')
-rw-r--r--usr.sbin/pw/pw_vpw.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/pw/pw_vpw.c b/usr.sbin/pw/pw_vpw.c
index 3ee1e794c4a5..4814ec2076d6 100644
--- a/usr.sbin/pw/pw_vpw.c
+++ b/usr.sbin/pw/pw_vpw.c
@@ -27,11 +27,6 @@
*
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
-
#include <pwd.h>
#include <grp.h>
#include <libutil.h>