summaryrefslogtreecommitdiff
path: root/net/kiax/patches/patch-ai
blob: facc2d7583e75c5d86491e3a04653073641efb5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.3 2006/04/14 09:56:03 adam Exp $

--- lib/libiax2/src/md5.c.orig	2006-02-05 01:25:25.000000000 +0100
+++ lib/libiax2/src/md5.c
@@ -1,7 +1,7 @@
 /* MD5 checksum routines used for authentication.  Not covered by GPL, but
    in the public domain as per the copyright below */
 
-#if defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
 # include <machine/endian.h>
 #elif defined(LINUX)  
 # include <endian.h>