summaryrefslogtreecommitdiff
path: root/net/kiax/patches/patch-ai
blob: 8573b5f9479e3bd471e63db57ad3ec4261091215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.1.1.1 2006/01/25 00:00:03 reinoud Exp $

--- lib/libiax2/src/md5.c.orig	2005-04-05 23:53:41.000000000 +0200
+++ 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 */
 
-#ifdef FREEBSD
+#if defined(__FreeBSD__) || defined(__NetBSD__)
 # include <machine/endian.h>
 #elif defined(LINUX)  
 # include <endian.h>