Deleted Added
full compact
28c28
< * $Id: linux_misc.c,v 1.2 1995/10/04 07:08:04 julian Exp $
---
> * $Id: linux_misc.c,v 1.3 1995/11/06 12:52:24 davidg Exp $
31d30
< #include <i386/linux/linux.h>
33a33,34
> #include <sys/sysproto.h>
> #include <sys/kernel.h>
47c48
< #include <sys/time.h>
---
> #include <sys/sysctl.h>
52a54,55
> #include <vm/vm_kern.h>
>
55d57
< #include <machine/reg.h>
57,58c59,60
< #include <vm/vm.h>
< #include <vm/vm_kern.h>
---
> #include <i386/linux/linux.h>
> #include <i386/linux/sysproto.h>
60d61
<
68d68
< extern struct timeval time;
114d113
< extern int swap_pager_full;
516d514
< extern int hz;
552,553d549
< extern char ostype[], osrelease[], machine[];
< extern char hostname[], domainname[];