]> git.pld-linux.org Git - packages/aria.git/blame - aria-gcc.patch
- tabs in preamble
[packages/aria.git] / aria-gcc.patch
CommitLineData
69f56245
JB
1--- aria-1.0.0/src/md5.c.orig Sat May 19 20:38:59 2001
2+++ aria-1.0.0/src/md5.c Tue Mar 30 11:51:34 2004
3@@ -291,8 +291,8 @@
4
5 p = hd->buf;
6 #ifdef BIG_ENDIAN_HOST
7- #define X(a) do { *p++ = hd->##a ; *p++ = hd->##a >> 8; \
8- *p++ = hd->##a >> 16; *p++ = hd->##a >> 24; } while(0)
9+ #define X(a) do { *p++ = hd->a ; *p++ = hd->a >> 8; \
10+ *p++ = hd->a >> 16; *p++ = hd->a >> 24; } while(0)
11 #else /* little endian */
12 /*#define X(a) do { *(u32*)p = hd->##a ; p += 4; } while(0)*/
13 /* Unixware's cpp doesn't like the above construct so we do it his way:
This page took 0.048224 seconds and 4 git commands to generate.