diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2010-04-28 05:33:59 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2010-04-28 05:33:59 +0000 |
| commit | a4bf5fb987611aeb78c422312b63b185e39982d7 (patch) | |
| tree | a65d36ab57a1e076de7e7a1d78add642fbd7062e /lib/libz/example.c | |
| parent | 509210970393a1a8cd8a65d5340dc4bed069fa68 (diff) | |
| parent | b641222476732f1f99d2362f093b79bbe088d764 (diff) | |
Update to current version of head.
Notes
svn path=/projects/quota64/; revision=207307
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 6c8a0ee76335..604736f15f67 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> |
