diff options
Diffstat (limited to 'netrc.c')
-rw-r--r-- | netrc.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -320,10 +320,7 @@ search_netrc (list, host, login) #include <errno.h> -int -main (argc, argv) - int argc; - char **argv; +int main (int argc, char **argv) { struct stat sb; char *program_name, *file, *host, *login; |