mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
310 B
Plaintext
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"
|