Eliminate some -Wall warnings.
This commit is contained in:
parent
e2f9d9afab
commit
340ff9deae
15 changed files with 76 additions and 40 deletions
|
@ -55,6 +55,7 @@ main (argc, argv)
|
|||
extern char *strerror ();
|
||||
extern int errno;
|
||||
|
||||
int
|
||||
main (argc, argv)
|
||||
int argc;
|
||||
char **argv;
|
||||
|
@ -167,7 +168,7 @@ main (argc, argv)
|
|||
while (str = fgets (string, BUFSIZ, out))
|
||||
printf ("%s", str);
|
||||
|
||||
exit (0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
#else /* This is the SYSV IPC section */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue