summaryrefslogtreecommitdiffstats
path: root/sys/sys/inflate.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-15 06:54:13 +0000
committerphk <phk@FreeBSD.org>1995-04-15 06:54:13 +0000
commit734b5bbff6c14dbd17e975ecd0c8213101bfb736 (patch)
tree75f412ccda50a208c6c59926f41568ff4d29a7a2 /sys/sys/inflate.h
parentf5291b4888abc36bd34f0e4296d43c23ad02deb4 (diff)
downloadFreeBSD-src-734b5bbff6c14dbd17e975ecd0c8213101bfb736.zip
FreeBSD-src-734b5bbff6c14dbd17e975ecd0c8213101bfb736.tar.gz
Changes needed for kzip to work.
Diffstat (limited to 'sys/sys/inflate.h')
-rw-r--r--sys/sys/inflate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/inflate.h b/sys/sys/inflate.h
index 4ced71e..57a0c0f 100644
--- a/sys/sys/inflate.h
+++ b/sys/sys/inflate.h
@@ -6,13 +6,13 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id$
+ * $Id: inflate.h,v 1.4 1994/10/22 11:40:38 phk Exp $
*
*/
#ifndef _SYS_INFLATE_H_
#define _SYS_INFLATE_H_
-#ifdef KERNEL
+#if defined(KERNEL) || defined(KZIP)
#define GZ_EOF -1
@@ -48,6 +48,6 @@ struct inflate {
int inflate __P((struct inflate *));
-#endif /* KERNEL */
+#endif /* KERNEL || KZIP */
#endif /* ! _SYS_INFLATE_H_ */
OpenPOWER on IntegriCloud