bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] euidaccess patch to assume C89 or better


From: Paul Eggert
Subject: [Bug-gnulib] euidaccess patch to assume C89 or better
Date: 08 Sep 2003 20:13:18 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I installed this:

2003-09-08  Paul Eggert  <address@hidden>

        * euidaccess.c (main): Define with a prototype.

Index: euidaccess.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/euidaccess.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -p -u -r1.14 -r1.15
--- euidaccess.c        12 Aug 2003 23:39:50 -0000      1.14
+++ euidaccess.c        9 Sep 2003 03:08:14 -0000       1.15
@@ -211,9 +211,7 @@ weak_alias (__euidaccess, euidaccess)
 char *program_name;
 
 int
-main (argc, argv)
-     int argc;
-     char **argv;
+main (int argc, char **argv)
 {
   char *file;
   int mode;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]