]> git.ozlabs.org Git - ppp.git/commitdiff
Fixup in merge/rebase, had to remove duplicate use of pppdconf.h
authorEivind Næss <eivnaes@yahoo.com>
Sat, 16 Oct 2021 19:49:53 +0000 (12:49 -0700)
committerEivind Næss <eivnaes@yahoo.com>
Fri, 15 Jul 2022 22:25:39 +0000 (15:25 -0700)
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
pppd/Makefile.am
pppd/plugins/passprompt.c

index 233685350463036cf664eae7977eb5f312de6b37..c316ea44d4b03c62c4891b986a6923a2b37e0f53 100644 (file)
@@ -37,7 +37,6 @@ pppd_include_HEADERS = \
     md4.h \
     md5.h \
     mppe.h \
-    pppdconf.h \
     pathnames.h \
     peap.h \
     pppcrypt.h \
index 35398a9169d7208629610ad4595c3186ba889149..14a199f8c743e574a71538d996998fd0361fcafe 100644 (file)
@@ -13,6 +13,7 @@
 #include <unistd.h>
 #include <sys/wait.h>
 #include <sys/param.h>
+#include <limits.h>
 #include <syslog.h>
 #include <pppd/pppd.h>