From 3c58471f4949eacb1667089ed9b6f1419b6e28a3 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 17 Sep 1998 00:45:27 +0000 Subject: Sync with OpenBSD ifdefs --- usr.sbin/ppp/ipcp.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'usr.sbin/ppp/ipcp.c') diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c index d580edd..40e1dfa 100644 --- a/usr.sbin/ppp/ipcp.c +++ b/usr.sbin/ppp/ipcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.c,v 1.64 1998/08/26 17:39:37 brian Exp $ + * $Id: ipcp.c,v 1.65 1998/09/04 18:25:59 brian Exp $ * * TODO: * o More RFC1772 backward compatibility @@ -33,9 +33,6 @@ #include #include -#ifndef NOALIAS -#include -#endif #include #include #include @@ -44,6 +41,13 @@ #include #include +#ifndef NOALIAS +#ifdef __OpenBSD__ +#include "alias.h" +#else +#include +#endif +#endif #include "ua.h" #include "defs.h" #include "command.h" -- cgit v1.1