13 lines
294 B
Text
13 lines
294 B
Text
$NetBSD: patch-af,v 1.1 2007/08/08 19:50:55 joerg Exp $
|
|
|
|
--- regexp.c.orig 2007-08-08 19:31:27.000000000 +0000
|
|
+++ 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"
|