]> git.pld-linux.org Git - packages/ppp.git/blob - ppp-warnings.patch
- srp by default off , turn on from spec
[packages/ppp.git] / ppp-warnings.patch
1 --- ppp-2.4.1/pppd/utils.c      Wed May 23 14:03:13 2001
2 +++ ppp-2.4.1/pppd/utils.c      Wed May 23 14:03:09 2001
3 @@ -29,6 +29,7 @@
4  #include <fcntl.h>
5  #include <syslog.h>
6  #include <netdb.h>
7 +#include <time.h>
8  #include <utmp.h>
9  #include <pwd.h>
10  #include <sys/param.h>
11 --- ppp-2.4.1/pppd/md5.c        Wed May 23 14:03:20 2001
12 +++ ppp-2.4.1/pppd/md5.c        Wed May 23 14:03:58 2001
13 @@ -33,6 +33,7 @@
14   ***********************************************************************
15   */
16  
17 +#include <string.h>
18  #include "md5.h"
19  
20  /*
This page took 0.136135 seconds and 3 git commands to generate.