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

(-)a/src/current/fileop.c (-1 / +1 lines)
Lines 74-80 extern char *opterr; Link Here
74
int fsync();
74
int fsync();
75
int getopt();
75
int getopt();
76
#endif
76
#endif
77
int junk, *junkp;
77
static int junk, *junkp;
78
int x,excel;
78
int x,excel;
79
int verbose = 0;
79
int verbose = 0;
80
int sz = 1;
80
int sz = 1;
(-)a/src/current/iozone.c (-1 / +1 lines)
Lines 1676-1682 int client_error; Link Here
1676
1676
1677
char pit_hostname[40];
1677
char pit_hostname[40];
1678
char pit_service[8];
1678
char pit_service[8];
1679
int junk;
1679
static int junk;
1680
1680
1681
/* 
1681
/* 
1682
 * Host ports used to listen, and handle errors.
1682
 * Host ports used to listen, and handle errors.
(-)a/src/current/libbif.c (-2 / +1 lines)
Lines 55-61 Link Here
55
/* Middle Endian */
55
/* Middle Endian */
56
#define ENDIAN_4  4
56
#define ENDIAN_4  4
57
57
58
int junk, *junkp;
58
static int junk, *junkp;
59
59
60
60
61
#ifdef HAVE_ANSIC_C
61
#ifdef HAVE_ANSIC_C
62
- 

Return to bug 706232