pkgsrc/benchmarks/dhrystone/patches/patch-dhry__2_c
dholland 66e9b22d41 Fix LP64 problems (implicit declaration of malloc). PKGREVISION++.
(Somehow this is the first PKGREVISION this package has ever had since
it was imported in 1998...)
2012-06-18 01:46:07 +00:00

15 lines
315 B
Text

$NetBSD: patch-dhry__2_c,v 1.1 2012/06/18 01:46:07 dholland Exp $
- use standard headers
--- dhry_2.c~ 1988-07-12 19:35:10.000000000 +0000
+++ dhry_2.c
@@ -15,6 +15,8 @@
****************************************************************************
*/
+#include <string.h>
+
#include "dhry.h"
#ifndef REG