2006-07-07 18:50:35 +02:00
|
|
|
$NetBSD: patch-ai,v 1.4 2006/07/07 16:50:35 reinoud Exp $
|
2006-01-25 01:00:03 +01:00
|
|
|
|
2006-07-07 18:50:35 +02:00
|
|
|
--- lib/libiax2/src/md5.c.orig 2006-06-07 23:53:12.000000000 +0200
|
2006-01-25 01:00:03 +01:00
|
|
|
+++ lib/libiax2/src/md5.c
|
2006-07-07 18:50:35 +02:00
|
|
|
@@ -2,7 +2,7 @@
|
2006-01-25 01:00:03 +01:00
|
|
|
in the public domain as per the copyright below */
|
|
|
|
|
2006-07-07 18:50:35 +02:00
|
|
|
#include <stdint.h>
|
2006-04-14 11:56:03 +02:00
|
|
|
-#if defined(__FreeBSD__) || defined(__NetBSD__)
|
2006-02-16 21:53:23 +01:00
|
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
|
2006-01-25 01:00:03 +01:00
|
|
|
# include <machine/endian.h>
|
|
|
|
#elif defined(LINUX)
|
|
|
|
# include <endian.h>
|