2013-09-26 17:14:40 +02:00

14 lines
310 B
Plaintext

$NetBSD: patch-af,v 1.2 2011/10/18 23:25:50 minskim Exp $
--- source/regexp.c.orig 2007-08-08 19:31:27.000000000 +0000
+++ source/regexp.c
@@ -23,7 +23,7 @@ static char Version[] =
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "regexp.h"