diff options
author | delphij <delphij@FreeBSD.org> | 2010-03-22 21:11:55 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-03-22 21:11:55 +0000 |
commit | 242fa9b7553b2ba79e6c24d9c970b87803969664 (patch) | |
tree | 1bab41b7473c7f820d5017fd4e0f8b6bccf0fdd3 /lib/libz/example.c | |
parent | a40c3ddf5af024b9de0a6be58ebdc15e29974cd0 (diff) | |
parent | f956321dcebbe74ca501db23263b30d1c3443b77 (diff) | |
download | FreeBSD-src-242fa9b7553b2ba79e6c24d9c970b87803969664.zip FreeBSD-src-242fa9b7553b2ba79e6c24d9c970b87803969664.tar.gz |
Update to zlib 1.2.4 and add versioned symbols to the
library.
Sponsored by: iXsystems, Inc.
Diffstat (limited to 'lib/libz/example.c')
-rw-r--r-- | lib/libz/example.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c index 6c8a0ee..604736f 100644 --- a/lib/libz/example.c +++ b/lib/libz/example.c @@ -1,12 +1,12 @@ /* example.c -- usage example of the zlib compression library - * Copyright (C) 1995-2004 Jean-loup Gailly. + * Copyright (C) 1995-2006 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ -#include <stdio.h> #include "zlib.h" +#include <stdio.h> #ifdef STDC # include <string.h> |