ed085d9755
From the change log: # Patched security flaw in iaxclient # Patched md5 to work on amd64 (Jasmin Buchert) # Added Malay translation (Mohd Effendi Jaafar)
13 lines
446 B
Text
13 lines
446 B
Text
$NetBSD: patch-ai,v 1.4 2006/07/07 16:50:35 reinoud Exp $
|
|
|
|
--- lib/libiax2/src/md5.c.orig 2006-06-07 23:53:12.000000000 +0200
|
|
+++ lib/libiax2/src/md5.c
|
|
@@ -2,7 +2,7 @@
|
|
in the public domain as per the copyright below */
|
|
|
|
#include <stdint.h>
|
|
-#if defined(__FreeBSD__) || defined(__NetBSD__)
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
|
|
# include <machine/endian.h>
|
|
#elif defined(LINUX)
|
|
# include <endian.h>
|