]> git.pld-linux.org Git - packages/dip.git/blob - dip-3.3.7o-jbj.patch
- dropped pre-cvs changelog
[packages/dip.git] / dip-3.3.7o-jbj.patch
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.059393 seconds and 3 git commands to generate.