summaryrefslogtreecommitdiff
path: root/lib/libz/example.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2006-03-23 14:02:36 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2006-03-23 14:02:36 +0000
commit72b100abebeda50d93bbcff1768f5d06a9ee7e9f (patch)
tree37a9206839ae2f1e4ec902b11c4733383a3c4930 /lib/libz/example.c
parent61933f067b61ad0ed9fea8a82724f02caea87ae1 (diff)
Notes
Diffstat (limited to 'lib/libz/example.c')
-rw-r--r--lib/libz/example.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c
index c2361f98f2d9..6c8a0ee76335 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)