as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expect...
authorMike Frysinger <vapier@gentoo.org>
Tue, 27 Sep 2005 04:16:22 +0000 (04:16 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 27 Sep 2005 04:16:22 +0000 (04:16 -0000)
commitf87b3e30a7e26aec499912accd2598e2e5aa24d6
tree42a27734575c8b880c80a06b4e59e0432926bd18
parent67451849def5ec162e230411c542b9d0e2608371
as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits
editors/awk.c