summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
-rw-r--r--usr.sbin/ppp/bundle.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c
index efab874..c84828f 100644
--- a/usr.sbin/ppp/bundle.c
+++ b/usr.sbin/ppp/bundle.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bundle.c,v 1.49 1999/03/07 01:41:40 brian Exp $
+ * $Id: bundle.c,v 1.50 1999/03/25 11:37:51 brian Exp $
*/
#include <sys/param.h>
@@ -50,10 +50,10 @@
#include <unistd.h>
#ifndef NOALIAS
-#ifdef __OpenBSD__
-#include "alias.h"
-#else
+#ifdef __FreeBSD__
#include <alias.h>
+#else
+#include "alias.h"
#endif
#endif
#include "defs.h"
OpenPOWER on IntegriCloud