freebsd-ports/sysutils/syslinux/files/patch-com32-libutil-md5.c
Martin Matuska c5912aade0 - Unbreak and update to 4.03
- Fix and rename patches to match file names
- Depend on perl5 only during build
- Make portlint happy
- Replace with sed and do it in pre-patch stage
- Use DATADIR and MANPREFIX

PR:		ports/152300
Approved by:	luigi (maintainer, private e-mail)
2010-11-18 17:42:52 +00:00

12 lines
408 B
C

diff -ubwr ./com32/libutil/md5.c ../../work/syslinux-3.72/com32/libutil/md5.c
--- ./com32/libutil/md5.c 2008-09-26 01:46:02.000000000 +0200
+++ ../../work/syslinux-3.72/com32/libutil/md5.c 2008-11-25 11:32:22.000000000 +0100
@@ -27,7 +27,7 @@
*/
#include <string.h>
-#include <endian.h>
+#include <machine/endian.h>
#include <md5.h>
static void MD5Transform(uint32_t [4], const unsigned char [64]);