summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-01 16:40:21 +0000
committerbde <bde@FreeBSD.org>1998-05-01 16:40:21 +0000
commite5f7e85071da8970696b4425c9e3c4fe9f7d7076 (patch)
tree2de6193c9ad68f0410a7a7d3d14f7c22676b5f53 /sys/net
parent004d5369f31edf63be2c9b9d130d294b4dca447b (diff)
downloadFreeBSD-src-e5f7e85071da8970696b4425c9e3c4fe9f7d7076.zip
FreeBSD-src-e5f7e85071da8970696b4425c9e3c4fe9f7d7076.tar.gz
Oops, the previous commit should have changed `i386' to `__i386__',
not `__i386'.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/ppp_tty.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/vnode.h>
#define KERNEL
-#ifdef __i386
+#ifdef __i386__
#include <i386/isa/intr_machdep.h>
#endif
@@ -170,7 +170,7 @@ void
pppasyncattach(dummy)
void *dummy;
{
-#ifdef __i386
+#ifdef __i386__
int s;
s = splhigh();
OpenPOWER on IntegriCloud