summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-08-30 10:43:14 +0000
committerasami <asami@FreeBSD.org>1996-08-30 10:43:14 +0000
commit5819170b8cd956ae523c31a05fbdf86e91450838 (patch)
tree829d7ec3d9f9abe2259f3b799667243ab94f1c6b /sys/net
parentd564e1831385a2423f7a027b94d614558a09d924 (diff)
downloadFreeBSD-src-5819170b8cd956ae523c31a05fbdf86e91450838.zip
FreeBSD-src-5819170b8cd956ae523c31a05fbdf86e91450838.tar.gz
Re-sync with the state of PC98 world. This will be the last commit before
we start merging things in earnest... Submitted by: The FreeBSD(98) Development Team
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/ppp_tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c
index b9d29b0..2a3b926 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.8 1996/06/12 20:07:09 nate Exp $ */
+/* $Id: ppp_tty.c,v 1.9 1996/06/14 11:01:49 asami 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 */
@@ -99,7 +99,7 @@
#ifdef i386 /* fiddle with the spl locking */
# include <machine/spl.h>
#ifdef PC98
-# include <i386/pc98/pc98_device.h>
+# include <pc98/pc98/pc98_device.h>
#else
# include <i386/isa/isa_device.h>
#endif
OpenPOWER on IntegriCloud