diff options
Diffstat (limited to 'lib/libz/example.c')
-rw-r--r-- | lib/libz/example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c index 362a4a572428..839c2894ed9e 100644 --- a/lib/libz/example.c +++ b/lib/libz/example.c @@ -4,7 +4,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libz/example.c,v 1.7 2002/03/11 22:36:26 green Exp $"); #include <stdio.h> #include "zlib.h" |