Deleted Added
full compact
10c10
< * $Id: imgact_gzip.c,v 1.4 1994/10/04 06:51:42 phk Exp $
---
> * $Id: imgact_gzip.c,v 1.7 1994/10/07 22:26:51 csgr Exp $
29,31c29,31
< #include <sys/param.h>
< #include <sys/systm.h>
< #include <sys/resourcevar.h>
---
>
> #include <sys/param.h> /* some header file needs this first foo! */
>
33,35d32
< #include <sys/inflate.h>
< #include <sys/mman.h>
< #include <sys/malloc.h>
37a35
> #include <sys/inflate.h>
38a37,39
> #include <sys/malloc.h>
> #include <sys/mman.h>
> #include <sys/resourcevar.h>
39a41
> #include <sys/systm.h>