diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-28 23:09:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-28 23:09:44 +0000 |
commit | 4347281aac1de40b684a4177044503a2b9008f2e (patch) | |
tree | 15903d9fd5798dbee9806cf925709bbd185d860a | |
parent | a851dac95021a3be8954f6a314283aa5db31b5fd (diff) |
lance is gone
-rw-r--r-- | sys/arch/pica/pica/trap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/pica/pica/trap.c b/sys/arch/pica/pica/trap.c index 8a4c27d4b6a..4cc29030e95 100644 --- a/sys/arch/pica/pica/trap.c +++ b/sys/arch/pica/pica/trap.c @@ -38,7 +38,7 @@ * from: Utah Hdr: trap.c 1.32 91/04/06 * * from: @(#)trap.c 8.5 (Berkeley) 1/11/94 - * $Id: trap.c,v 1.1 1995/10/18 10:39:19 deraadt Exp $ + * $Id: trap.c,v 1.2 1995/10/28 23:09:43 deraadt Exp $ */ #include <sys/param.h> @@ -70,8 +70,6 @@ #include <pica/pica/pica.h> -#include <le.h> - #include <sys/cdefs.h> #include <sys/syslog.h> |