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 42f3599f9fef..55eba5724d38 100644 --- a/lib/libutil/logwtmp.c +++ b/lib/libutil/logwtmp.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libutil/logwtmp.c,v 1.20.12.1 2008/10/02 02:57:24 kensmith Exp $"); #if defined(LIBC_SCCS) && !defined(lint) #if 0 |