findutils-patches
[Top][All Lists]
Advanced

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

Re: [Findutils-patches] [PATCH] Emit version banner in GNU preferred for


From: Eric Blake
Subject: Re: [Findutils-patches] [PATCH] Emit version banner in GNU preferred format.
Date: Mon, 23 Jul 2007 06:45:42 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070716 Thunderbird/2.0.0.5 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to James Youngman on 7/23/2007 4:26 AM:
> On 7/23/07, Eric Blake <address@hidden> wrote:
>> I'm committing this followup as obvious:
>>
>> 2007-07-22  Eric Blake  <address@hidden>
>>
>>         * po/POTFILES.in: Add lib/findutils-version.c.
> 
> Thanks.   Sorry for not adding that.

One more set of changes, so that CFLAGS=-Wall is happy.  OK to commit?

2007-07-23  Eric Blake  <address@hidden>

        * find/parser.c (parse_version): Avoid compiler warning.
        * locate/code.c (includes): Likewise.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGpKL084KuGfSFAYARAsNUAJ9EdWXVEEeHSmSdfSWmzrhfAV8/lACfZ7cH
H8QaCRjPHuZ+lv0nqjSFBzc=
=7vAd
-----END PGP SIGNATURE-----
Index: find/parser.c
===================================================================
RCS file: /sources/findutils/findutils/find/parser.c,v
retrieving revision 1.130
diff -u -p -r1.130 parser.c
--- find/parser.c       22 Jul 2007 13:08:21 -0000      1.130
+++ find/parser.c       23 Jul 2007 12:44:15 -0000
@@ -2348,7 +2348,6 @@ parse_user (const struct parser_table* e
 static boolean
 parse_version (const struct parser_table* entry, char **argv, int *arg_ptr)
 {
-  extern char *version_string;
   int features = 0;
   int flags;
   
@@ -3371,4 +3370,3 @@ open_stdout (struct format_val *p)
 {
   open_output_file("/dev/stdout", p);
 }
-
Index: locate/code.c
===================================================================
RCS file: /sources/findutils/findutils/locate/code.c,v
retrieving revision 1.24
diff -u -p -r1.24 code.c
--- locate/code.c       22 Jul 2007 13:08:22 -0000      1.24
+++ locate/code.c       23 Jul 2007 12:44:15 -0000
@@ -77,6 +77,7 @@
 #include "gnulib-version.h"
 #include "progname.h"
 #include "error.h"
+#include "findutils-version.h"
 
 #ifndef ATTRIBUTE_NORETURN
 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))

reply via email to

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