This commit is contained in:
cgd 1994-05-21 09:22:33 +00:00
parent 79ae46e57f
commit 5be66e3d97
2 changed files with 2 additions and 4 deletions

View File

@ -31,12 +31,11 @@
* SUCH DAMAGE.
*
* from: @(#)genassym.c 7.8 (Berkeley) 5/7/91
* $Id: genassym.c,v 1.7 1994/05/05 10:11:14 mycroft Exp $
* $Id: genassym.c,v 1.8 1994/05/21 09:22:33 cgd Exp $
*/
#include "sys/param.h"
#include "sys/buf.h"
#include "sys/vmmeter.h"
#include "sys/proc.h"
#include "sys/mbuf.h"
#include "sys/msgbuf.h"

View File

@ -37,7 +37,7 @@
*
* from: Utah Hdr: trap.c 1.32 91/04/06
* from: @(#)trap.c 7.15 (Berkeley) 8/2/91
* $Id: trap.c,v 1.19 1994/05/20 10:44:55 mycroft Exp $
* $Id: trap.c,v 1.20 1994/05/21 09:22:40 cgd Exp $
*/
#include "param.h"
@ -52,7 +52,6 @@
#ifdef KTRACE
#include "ktrace.h"
#endif
#include "vmmeter.h"
#include "syscall.h"
#include "../include/psl.h"