Files
pkgsrc-ng/devel/rx/patches/patch-ac
2013-09-26 17:14:40 +02:00

18 lines
304 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
$NetBSD: patch-ac,v 1.1 2009/05/18 05:44:13 dholland Exp $
64-bit cleanliness.
--- rx/rxall.h.orig 2009-05-18 01:30:53.000000000 -0400
+++ rx/rxall.h 2009-05-18 01:30:59.000000000 -0400
@@ -21,8 +21,9 @@
*/
-#if 0
#include <stdlib.h>
+#include <string.h>
+#if 0
#include "malloc.h"
#endif