summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-08-27 19:08:43 +0000
committerbrian <brian@FreeBSD.org>2001-08-27 19:08:43 +0000
commit5151b2478a17bf85d70266a911c28639fbb6dc34 (patch)
tree9406ff3a7e9dfac39e82995f3ee8a38ff1610885 /usr.sbin
parent16fa9e5c5bb3dad4e50d73251023de6786837b8c (diff)
downloadFreeBSD-src-5151b2478a17bf85d70266a911c28639fbb6dc34.zip
FreeBSD-src-5151b2478a17bf85d70266a911c28639fbb6dc34.tar.gz
Some cosmetic changes to sync with OpenBSD
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/iface.c2
-rw-r--r--usr.sbin/ppp/ppp.8.m43
2 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/iface.c b/usr.sbin/ppp/iface.c
index d729a78..d3ba1d9 100644
--- a/usr.sbin/ppp/iface.c
+++ b/usr.sbin/ppp/iface.c
@@ -31,7 +31,9 @@
#include <netinet/in.h>
#include <net/if.h>
#include <net/if_dl.h>
+#ifdef __FreeBSD__
#include <net/if_var.h>
+#endif
#include <net/route.h>
#include <arpa/inet.h>
#include <netinet/in_systm.h>
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 2fc1406..a0fefdd 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -4721,7 +4721,8 @@ as they travel across the link.
.Oo Op host
.Ar src_addr Ns Op / Ns Ar width
.Op Ar dst_addr Ns Op / Ns Ar width
-.Oc [ Ns Ar proto Op src lt|eq|gt Ar port
+.Oc [ Ns Ar proto
+.Op src lt|eq|gt Ar port
.Op dst lt|eq|gt Ar port
.Op estab
.Op syn
OpenPOWER on IntegriCloud