summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap_ms.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-04-05 02:23:48 +0000
committerbrian <brian@FreeBSD.org>2001-04-05 02:23:48 +0000
commit6359851d3261d104a75c098c40c173b4bf2e9372 (patch)
tree4f0e16a49075d0a2fa9c4327a78b7afad12e30f1 /usr.sbin/ppp/chap_ms.c
parentfa88e7e9b21ea8d131a8ba163f8f7a88d2cea818 (diff)
downloadFreeBSD-src-6359851d3261d104a75c098c40c173b4bf2e9372.zip
FreeBSD-src-6359851d3261d104a75c098c40c173b4bf2e9372.tar.gz
When we change the interface MTU, run through the routing table and tweak
all route MTUs too.
Diffstat (limited to 'usr.sbin/ppp/chap_ms.c')
-rw-r--r--usr.sbin/ppp/chap_ms.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c
index 59ebb46..0c8c468 100644
--- a/usr.sbin/ppp/chap_ms.c
+++ b/usr.sbin/ppp/chap_ms.c
@@ -23,13 +23,12 @@
*
*/
-#include <sys/types.h>
-
#include <ctype.h>
#ifdef __FreeBSD__
#include <openssl/des.h>
#include <sha.h>
#else
+#include <sys/types.h>
#include <stdlib.h>
#include <des.h>
#include <openssl/sha.h>
OpenPOWER on IntegriCloud