diff options
author | des <des@FreeBSD.org> | 2006-03-23 14:02:36 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-03-23 14:02:36 +0000 |
commit | caf24dd70915cb95c94e18562674f4dec158dd8c (patch) | |
tree | 37a9206839ae2f1e4ec902b11c4733383a3c4930 /lib/libz/example.c | |
parent | dcdd7970c32e380f850172d84335e45a41b37de8 (diff) | |
download | FreeBSD-src-caf24dd70915cb95c94e18562674f4dec158dd8c.zip FreeBSD-src-caf24dd70915cb95c94e18562674f4dec158dd8c.tar.gz |
Vendor import of ZLib 1.2.3.
Diffstat (limited to 'lib/libz/example.c')
-rw-r--r-- | lib/libz/example.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c index c2361f9..6c8a0ee 100644 --- a/lib/libz/example.c +++ b/lib/libz/example.c @@ -1,5 +1,5 @@ /* example.c -- usage example of the zlib compression library - * Copyright (C) 1995-2003 Jean-loup Gailly. + * Copyright (C) 1995-2004 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -11,8 +11,6 @@ #ifdef STDC # include <string.h> # include <stdlib.h> -#else - extern void exit OF((int)); #endif #if defined(VMS) || defined(RISCOS) |