diff options
Diffstat (limited to 'usr.sbin/ppp/alias_cmd.c')
-rw-r--r-- | usr.sbin/ppp/alias_cmd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/alias_cmd.c b/usr.sbin/ppp/alias_cmd.c index 430ab47..66b6db7 100644 --- a/usr.sbin/ppp/alias_cmd.c +++ b/usr.sbin/ppp/alias_cmd.c @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund <perhaps@yes.no>, * who places it in the public domain without restriction. * - * $Id: alias_cmd.c,v 1.21 1999/03/07 18:13:44 brian Exp $ + * $Id: alias_cmd.c,v 1.22 1999/03/25 23:36:23 brian Exp $ */ #include <sys/param.h> @@ -19,10 +19,10 @@ #include <string.h> #include <termios.h> -#ifdef __OpenBSD__ -#include "alias.h" -#else +#ifdef __FreeBSD__ #include <alias.h> +#else +#include "alias.h" #endif #include "defs.h" #include "command.h" |