[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
--- ppp-2.4.3/pppd/sha1.c.fix64 2004-10-25 01:28:02.000000000 +0200
|
|
|
|
+++ ppp-2.4.3/pppd/sha1.c 2004-11-22 16:44:16.850768926 +0100
|
|
|
|
@@ -18,6 +18,7 @@
|
|
|
|
|
|
|
|
#include <string.h>
|
|
|
|
#include <netinet/in.h> /* htonl() */
|
|
|
|
+#include <sys/types.h> /* u_int32_t */
|
2009-11-22 08:01:17 +00:00
|
|
|
#include <net/ppp_defs.h>
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
#include "sha1.h"
|
|
|
|
|