This commit is contained in:
deraadt 1994-05-21 08:22:58 +00:00
parent 82eb0b8134
commit a8615ac58c
3 changed files with 3 additions and 6 deletions

View File

@ -42,7 +42,7 @@
* @(#)genassym.c 8.1 (Berkeley) 6/11/93
*
* from: Header: genassym.c,v 1.15 93/04/21 06:09:30 torek Exp (LBL)
* $Id: genassym.c,v 1.4 1994/02/01 06:01:38 deraadt Exp $
* $Id: genassym.c,v 1.5 1994/05/21 08:22:58 deraadt Exp $
*/
#include <sys/param.h>
@ -54,7 +54,6 @@
#include <sys/msgbuf.h>
#include <sys/syscall.h>
#include <sys/user.h>
#include <sys/vmmeter.h>
#include <machine/pmap.h>
#include <machine/cpu.h>

View File

@ -42,7 +42,7 @@
* @(#)machdep.c 8.1 (Berkeley) 6/11/93
*
* from: Header: machdep.c,v 1.41 93/05/27 04:39:05 torek Exp
* $Id: machdep.c,v 1.22 1994/05/19 07:13:03 deraadt Exp $
* $Id: machdep.c,v 1.23 1994/05/21 08:23:02 deraadt Exp $
*/
#include <sys/param.h>
@ -59,7 +59,6 @@
#include <sys/file.h>
#include <sys/clist.h>
#include <sys/callout.h>
#include <sys/vmmeter.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/mount.h>

View File

@ -42,7 +42,7 @@
* @(#)trap.c 8.1 (Berkeley) 6/16/93
*
* from: Header: trap.c,v 1.34 93/05/28 04:34:50 torek Exp
* $Id: trap.c,v 1.18 1994/05/19 07:13:09 deraadt Exp $
* $Id: trap.c,v 1.19 1994/05/21 08:23:04 deraadt Exp $
*/
#include <sys/param.h>
@ -56,7 +56,6 @@
#include <sys/wait.h>
#include <sys/syscall.h>
#include <sys/syslog.h>
#include <sys/vmmeter.h>
#ifdef KTRACE
#include <sys/ktrace.h>
#endif