diff options
Diffstat (limited to 'lib/libz/example.c')
-rw-r--r-- | lib/libz/example.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c index e7e3673..8c8cdfb 100644 --- a/lib/libz/example.c +++ b/lib/libz/example.c @@ -1,9 +1,10 @@ /* example.c -- usage example of the zlib compression library - * Copyright (C) 1995-2002 Jean-loup Gailly. + * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stdio.h> #include "zlib.h" |