Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 151316
Collapse All | Expand All

(-)pvm3/src/global.h (-8 lines)
Lines 314-324 Link Here
314
extern	struct waitc *waitlist;		/* wait list */
314
extern	struct waitc *waitlist;		/* wait list */
315
315
316
extern	struct pvmmclass *pvmmboxclasses;		/* the mbox database */
316
extern	struct pvmmclass *pvmmboxclasses;		/* the mbox database */
317
318
319
/* General Trace Globals Declarations */
320
321
extern	struct Pvmtevdid pvmtevdidlist[];
322
323
extern	struct Pvmtevinfo pvmtevinfo[];
324
(-)pvm3/src/pmsg.c (+1 lines)
Lines 171-176 Link Here
171
 **           **
171
 **           **
172
 ***************/
172
 ***************/
173
173
174
extern struct Pvmtevinfo pvmtevinfo[];
174
175
175
/***************
176
/***************
176
 **  Private  **
177
 **  Private  **
(-)pvm3/src/pvmdtev.c (+2 lines)
Lines 75-80 Link Here
75
static int init_start = 0;
75
static int init_start = 0;
76
static int init_end = 0;
76
static int init_end = 0;
77
77
78
extern struct Pvmtevdid pvmtevdidlist[];
79
extern struct Pvmtevinfo pvmtevinfo[];
78
80
79
void
81
void
80
tev_init_pvmd( dst, ctx, tag )
82
tev_init_pvmd( dst, ctx, tag )
(-)pvm3/src/tev.c (-1 / +1 lines)
Lines 70-76 Link Here
70
 ***************/
70
 ***************/
71
71
72
struct pmsg *midtobuf();
72
struct pmsg *midtobuf();
73
73
extern struct Pvmtevinfo pvmtevinfo[];
74
74
75
/***************
75
/***************
76
 **  Private  **
76
 **  Private  **

Return to bug 151316