From 6ba14cc686e7f472a6937088de33f356556bf759 Mon Sep 17 00:00:00 2001 From: dfr Date: Mon, 2 Jun 1997 08:19:06 +0000 Subject: Move interrupt handling code from isa.c to a new file. This should make isa.c (slightly) more portable and will make my life developing the really portable version much easier. Reviewed by: peter, fsmp --- sys/net/ppp_tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/ppp_tty.c') diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c index f0a0408..87f6840d 100644 --- a/sys/net/ppp_tty.c +++ b/sys/net/ppp_tty.c @@ -70,7 +70,7 @@ * Paul Mackerras (paulus@cs.anu.edu.au). */ -/* $Id: ppp_tty.c,v 1.16 1997/05/31 09:49:35 peter Exp $ */ +/* $Id: ppp_tty.c,v 1.17 1997/05/31 10:13:46 peter Exp $ */ /* from Id: ppp_tty.c,v 1.3 1995/08/16 01:36:40 paulus Exp */ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ @@ -96,7 +96,7 @@ #define KERNEL #ifdef i386 /* fiddle with the spl locking */ -# include +# include #endif #include -- cgit v1.1