diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
| commit | 1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch) | |
| tree | b3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/kern/inflate.c | |
| parent | bbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff) | |
Notes
Diffstat (limited to 'sys/kern/inflate.c')
| -rw-r--r-- | sys/kern/inflate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/inflate.c b/sys/kern/inflate.c index 2024bc150097..e46219847bed 100644 --- a/sys/kern/inflate.c +++ b/sys/kern/inflate.c @@ -7,7 +7,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $Id: inflate.c,v 1.8 1997/02/22 09:38:58 peter Exp $ * * */ @@ -17,7 +17,6 @@ #ifdef KERNEL #include <sys/systm.h> #endif -#include <sys/mman.h> #include <sys/malloc.h> /* needed to make inflate() work */ |
