18 lines
430 B
Plaintext
18 lines
430 B
Plaintext
$NetBSD: patch-ad,v 1.1 2006/06/21 15:00:51 minskim Exp $
|
|
|
|
--- lib/jp-util.c.orig 1996-02-27 04:18:39.000000000 +0000
|
|
+++ lib/jp-util.c
|
|
@@ -38,11 +38,10 @@ History:
|
|
930923 extracted from codeconv.c of cosmos
|
|
///////////////////////////////////////////////////////////////////////*/
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "jp-util.h"
|
|
|
|
-char *malloc();
|
|
-
|
|
int TREAT_SJIS = 1;
|
|
|
|
unsigned char *
|