Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 42286 | Differences between
and this patch

Collapse All | Expand All

(-)./sys/src/base/ptoc/ptoc/ptoc.c.ori (-1 / +3 lines)
Lines 37-42 Link Here
37
#include <memory.h>
37
#include <memory.h>
38
#include <signal.h>
38
#include <signal.h>
39
#include "wait.h"
39
#include "wait.h"
40
/*UJ	compile with GCC 3.4.4 */
41
#include <stdlib.h>
40
#if ! WIN32
42
#if ! WIN32
41
#include <sys/param.h>
43
#include <sys/param.h>
42
#endif
44
#endif
Lines 66-72 Link Here
66
68
67
char	*tfile;
69
char	*tfile;
68
70
69
/* MWa */ extern char *malloc () ;
71
/* MWa */ /* extern char *malloc () ; UJ */
70
extern  char *PTOC_id[] ; /* 92-Sep-15 J.Bruehe  forces 'Version.c' even on AIX */
72
extern  char *PTOC_id[] ; /* 92-Sep-15 J.Bruehe  forces 'Version.c' even on AIX */
71
73
72
char	*setsuf(), *savestr();
74
char	*setsuf(), *savestr();

Return to bug 42286