summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/nat_cmd.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-09-17 00:45:27 +0000
committerbrian <brian@FreeBSD.org>1998-09-17 00:45:27 +0000
commit3c58471f4949eacb1667089ed9b6f1419b6e28a3 (patch)
tree5a2214820262d9b93f22f24cceffbcbf97dcf784 /usr.sbin/ppp/nat_cmd.c
parent12e6bdcc2cead4a6f499fa84bbf22dd139cc4356 (diff)
downloadFreeBSD-src-3c58471f4949eacb1667089ed9b6f1419b6e28a3.zip
FreeBSD-src-3c58471f4949eacb1667089ed9b6f1419b6e28a3.tar.gz
Sync with OpenBSD ifdefs
Diffstat (limited to 'usr.sbin/ppp/nat_cmd.c')
-rw-r--r--usr.sbin/ppp/nat_cmd.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/ppp/nat_cmd.c b/usr.sbin/ppp/nat_cmd.c
index 1ca4ab4..efe0d67 100644
--- a/usr.sbin/ppp/nat_cmd.c
+++ b/usr.sbin/ppp/nat_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.16 1998/06/27 14:17:59 brian Exp $
+ * $Id: alias_cmd.c,v 1.17 1998/08/26 17:39:36 brian Exp $
*/
#include <sys/types.h>
@@ -14,12 +14,16 @@
#include <netinet/ip.h>
#include <sys/un.h>
-#include <alias.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <termios.h>
+#ifdef __OpenBSD__
+#include "alias.h"
+#else
+#include <alias.h>
+#endif
#include "defs.h"
#include "command.h"
#include "log.h"
OpenPOWER on IntegriCloud