04e846475f
build with gcc-4.
16 lines
393 B
Text
16 lines
393 B
Text
$NetBSD: patch-ab,v 1.1 2005/10/31 04:42:38 minskim Exp $
|
|
|
|
--- macunpack/lzh.h.orig 2005-10-30 20:35:22.000000000 -0800
|
|
+++ macunpack/lzh.h
|
|
@@ -57,11 +57,3 @@ typedef struct fileHdr { /* 58 bytes */
|
|
#define lz4 6
|
|
#define lz5 7
|
|
#define lzs 8
|
|
-
|
|
-extern char *lzh_pointer;
|
|
-extern char *lzh_data;
|
|
-extern char *lzh_finfo;
|
|
-extern int lzh_fsize;
|
|
-extern int lzh_kind;
|
|
-extern char *lzh_file;
|
|
-
|