aboutsummaryrefslogtreecommitdiff
path: root/sysutils/msyslog/files/patch-md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/msyslog/files/patch-md5.h')
-rw-r--r--sysutils/msyslog/files/patch-md5.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/msyslog/files/patch-md5.h b/sysutils/msyslog/files/patch-md5.h
new file mode 100644
index 000000000000..c87de3fef159
--- /dev/null
+++ b/sysutils/msyslog/files/patch-md5.h
@@ -0,0 +1,11 @@
+--- src/peo/md5.h.orig Tue Dec 5 00:17:51 2000
++++ src/peo/md5.h Sun May 13 00:38:59 2001
+@@ -27,7 +27,7 @@
+ #ifndef _MD5_H_
+ #define _MD5_H_
+
+-#include "typedefs.h"
++#include <sys/types.h>
+
+ /* MD5 context. */
+ typedef struct MD5Context {