6ae3f50e34
- new version 2.4.3 - updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip, radiusplugin - dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
11 lines
284 B
Diff
11 lines
284 B
Diff
--- 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 */
|
|
#include "sha1.h"
|
|
|
|
static void
|