diff options
Diffstat (limited to 'lib/libutil/logwtmp.c')
-rw-r--r-- | lib/libutil/logwtmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c index a7b84111a9423..eb0ee80245693 100644 --- a/lib/libutil/logwtmp.c +++ b/lib/libutil/logwtmp.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libutil/logwtmp.c,v 1.21.12.1 2010/12/21 17:10:29 kensmith Exp $"); #if defined(LIBC_SCCS) && !defined(lint) #if 0 |