Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.
This commit is contained in:
parent
226d80b821
commit
cbeb0b26e4
492 changed files with 3218 additions and 3167 deletions
|
|
@ -105,7 +105,7 @@ listenproc(void *vaddress)
|
|||
char *address, ndir[NETPATHLEN], dir[NETPATHLEN];
|
||||
int ctl, nctl, data;
|
||||
|
||||
//sleep(1000); /* let strace find us */
|
||||
/*sleep(1000); // let strace find us */
|
||||
|
||||
address = vaddress;
|
||||
ctl = announce(address, dir);
|
||||
|
|
@ -148,7 +148,7 @@ httpproc(void *v)
|
|||
HConnect *c;
|
||||
int ok, i, n;
|
||||
|
||||
//sleep(1000); /* let strace find us */
|
||||
/*sleep(1000); // let strace find us */
|
||||
c = v;
|
||||
|
||||
for(;;){
|
||||
|
|
@ -722,7 +722,7 @@ static char* graphname[] =
|
|||
"isectwritebyte",
|
||||
|
||||
"sumread",
|
||||
"sumreadbyte",
|
||||
"sumreadbyte"
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue