]> git.pld-linux.org Git - packages/dip.git/blame - dip-3.3.7o-jbj.patch
- additional patches for package dip
[packages/dip.git] / dip-3.3.7o-jbj.patch
CommitLineData
724451c6
MK
1--- dip-3.3.7o/skey/skeysubr.c.jbj Wed Jun 2 16:57:00 1999
2+++ dip-3.3.7o/skey/skeysubr.c Wed Jun 2 16:57:44 1999
3@@ -94,7 +94,7 @@
4 unsigned int buflen;
5 #ifndef Little_Endian
6 int i;
7- register __u32 tmp;
8+ register u_int32_t tmp;
9 #endif
10
11 buflen = strlen(seed) + strlen(passwd);
12@@ -142,7 +142,7 @@
13 {
14 MDstruct md;
15 #ifndef Little_Endian
16- __u32 tmp;
17+ u_int32_t tmp;
18 #endif
19
20 MDbegin(&md);
This page took 0.446079 seconds and 4 git commands to generate.