head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.1 date 2004.05.08.12.42.44; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2004.05.08.12.42.44; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.52.57; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.1 log @upgrading package: mpack 1.5 -> 1.6 @ text @Index: unixos.c --- unixos.c.orig 2003-07-21 22:54:05.000000000 +0200 +++ unixos.c 2004-05-08 14:40:53.000000000 +0200 @@@@ -23,6 +23,7 @@@@ * SOFTWARE. */ #include +#include #include #include #include @@@@ -38,10 +39,6 @@@@ #define MAXHOSTNAMELEN 64 #endif -extern int errno; -extern char *malloc(); -extern char *getenv(); - int overwrite_files = 0; int didchat; Index: xmalloc.c --- xmalloc.c.orig 2003-07-21 22:35:31.000000000 +0200 +++ xmalloc.c 2004-05-08 14:41:24.000000000 +0200 @@@@ -23,8 +23,8 @@@@ * SOFTWARE. */ #include +#include #include -extern char *malloc(), *realloc(); char *xmalloc (int size) { @ 1.1.2.1 log @file mpack.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:52:57 +0000 @ text @d1 35 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 35 Index: unixos.c --- unixos.c.orig 2003-07-21 22:54:05.000000000 +0200 +++ unixos.c 2004-05-08 14:40:53.000000000 +0200 @@@@ -23,6 +23,7 @@@@ * SOFTWARE. */ #include +#include #include #include #include @@@@ -38,10 +39,6 @@@@ #define MAXHOSTNAMELEN 64 #endif -extern int errno; -extern char *malloc(); -extern char *getenv(); - int overwrite_files = 0; int didchat; Index: xmalloc.c --- xmalloc.c.orig 2003-07-21 22:35:31.000000000 +0200 +++ xmalloc.c 2004-05-08 14:41:24.000000000 +0200 @@@@ -23,8 +23,8 @@@@ * SOFTWARE. */ #include +#include #include -extern char *malloc(), *realloc(); char *xmalloc (int size) { @