Eliminate some -Wall warnings.

This commit is contained in:
David J. MacKenzie 1994-10-12 20:21:51 +00:00
parent e2f9d9afab
commit 340ff9deae
15 changed files with 76 additions and 40 deletions

View file

@ -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 */