diff options
Diffstat (limited to 'usr.bin/chpass/edit.c')
-rw-r--r-- | usr.bin/chpass/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index ce82f8ee46447..856de3e5f1d1e 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/edit.c,v 1.23.36.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> |