From e5f7e85071da8970696b4425c9e3c4fe9f7d7076 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 1 May 1998 16:40:21 +0000 Subject: Oops, the previous commit should have changed `i386' to `__i386__', not `__i386'. --- sys/net/ppp_tty.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/net/ppp_tty.c') diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c index f3e6495..6042d20 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.33 1998/04/06 11:43:12 phk Exp $ */ +/* $Id: ppp_tty.c,v 1.34 1998/04/15 17:46:46 bde Exp $ */ #include "ppp.h" #if NPPP > 0 @@ -98,7 +98,7 @@ # include #define KERNEL -#ifdef __i386 +#ifdef __i386__ #include #endif @@ -170,7 +170,7 @@ void pppasyncattach(dummy) void *dummy; { -#ifdef __i386 +#ifdef __i386__ int s; s = splhigh(); -- cgit v1.1