diff options
Diffstat (limited to 'lib/libc/gen/assert.c')
-rw-r--r-- | lib/libc/gen/assert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/assert.c b/lib/libc/gen/assert.c index 73e199ce7e417..d8d4e2bb49109 100644 --- a/lib/libc/gen/assert.c +++ b/lib/libc/gen/assert.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)assert.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/assert.c,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <stdio.h> |