changeset 24328:e01bd217cac2

(main): Define with a prototype.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Sep 2003 03:08:14 +0000
parents 41b9347f4e7f
children e63451bbf7e5
files lib/euidaccess.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/euidaccess.c	Mon Sep 08 23:26:06 2003 +0000
+++ b/lib/euidaccess.c	Tue Sep 09 03:08:14 2003 +0000
@@ -211,9 +211,7 @@
 char *program_name;
 
 int
-main (argc, argv)
-     int argc;
-     char **argv;
+main (int argc, char **argv)
 {
   char *file;
   int mode;