Fix buildling problems on some machines, PR#28562

This commit is contained in:
adam 2004-12-07 09:17:35 +00:00
parent 0ff3921ae0
commit 282558e0f9
2 changed files with 15 additions and 1 deletions

View file

@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.3 2004/08/04 20:08:38 jlam Exp $
$NetBSD: distinfo,v 1.4 2004/12/07 09:17:35 adam Exp $
SHA1 (cyrus-sasl-2.1.19.tar.gz) = 9512d70ecea33b9d44e69d185a323a0f7b133705
Size (cyrus-sasl-2.1.19.tar.gz) = 1537350 bytes
SHA1 (patch-aa) = f3497c322d073ccb2a54e439067227f2f03a99b1
SHA1 (patch-ab) = 864bfe7c47b445107cdc517e2fe2e5ad2b459be1
SHA1 (patch-ac) = 79267ad3e175632728e43fb2ba159ab411e7ff3c
SHA1 (patch-ad) = ab0b9d948741b28fcea91f7833e06e829f459669

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ad,v 1.1 2004/12/07 09:17:35 adam Exp $
--- md5.c.orig 2004-12-07 10:07:58.000000000 +0000
+++ md5.c
@@ -27,7 +27,7 @@ documentation and/or software.
#include <config.h>
#include "md5global.h"
-#include "md5.h"
+#include <sys/md5.h>
#include "hmac-md5.h"
#ifndef WIN32