summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-04-26 08:54:34 +0000
committerbrian <brian@FreeBSD.org>1999-04-26 08:54:34 +0000
commit42c76b892b2a251304d2676dc4406866b70ee8c2 (patch)
tree70f19a932d140e44302dcaa278b6b8c44baa30b4 /usr.sbin/ppp/bundle.c
parentd1f60b18e9169cfefff4540b6d27ae1e2b181471 (diff)
downloadFreeBSD-src-42c76b892b2a251304d2676dc4406866b70ee8c2.zip
FreeBSD-src-42c76b892b2a251304d2676dc4406866b70ee8c2.tar.gz
Add support for NetBSD
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