source: npl/internetserver/poptop_ppp/patches/ppp-2.4.3-fix64.patch @ 5160d62

perl-5.22
Last change on this file since 5160d62 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 278 bytes
RevLine 
[c5c522c]1--- ppp-2.4.3/pppd/sha1.c       2004-10-25 00:28:02.000000000 +0100
2+++ ppp-2.4.3/pppd/sha1.c       2004-11-22 15:36:46.929580681 +0000
3@@ -18,6 +18,7 @@
4 
5 #include <string.h>
6 #include <netinet/in.h>        /* htonl() */
7+#include <sys/types.h> /* u_int32_t */
8 #include "sha1.h"
9 
10 static void
Note: See TracBrowser for help on using the repository browser.