13 lines
319 B
Text
13 lines
319 B
Text
$NetBSD: patch-ai,v 1.1 2007/06/17 19:19:15 minskim Exp $
|
|
|
|
--- include/jtp_gen.h.orig 2001-06-24 18:57:16.000000000 -0700
|
|
+++ include/jtp_gen.h
|
|
@@ -11,7 +11,7 @@
|
|
|
|
#include "jtp_def.h"
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
void jtp_write_log_message(char * logmessage);
|