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 6ae01a7ecfe6..60ae7b652666 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.22.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #if defined(LIBC_SCCS) && !defined(lint) #if 0 |