bug-coreutils
[Top][All Lists]
Advanced

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

FYI, two changes for your timeout2 patch


From: Jim Meyering
Subject: FYI, two changes for your timeout2 patch
Date: Thu, 03 Apr 2008 18:35:21 +0200

Each was prompted by "make syntax-check" failure.
Tsk, tsk ;-)

>From 622746ce8235577c4547d89d503e2b2dcd6c6fff Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 3 Apr 2008 18:27:57 +0200
Subject: [PATCH] * po/POTFILES.in: Add src/operand2sig.c.


Signed-off-by: Jim Meyering <address@hidden>
---
 maint.mk       |    2 +-
 po/POTFILES.in |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/maint.mk b/maint.mk
index 6933a3c..f8ee6b5 100644
--- a/maint.mk
+++ b/maint.mk
@@ -31,7 +31,7 @@ GIT = git
 VC = $(GIT)
 VC-tag = git tag -s -m '$(VERSION)'

-VC_LIST = build-aux/vc-list-files
+VC_LIST = $(srcdir)/build-aux/vc-list-files -C $(srcdir)

 VC_LIST_EXCEPT = \
   $(VC_LIST) | if test -f .x-$@; then grep -vEf .x-$@; else grep -v ChangeLog; 
fi
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ddbeb4b..20f0919 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -83,6 +83,7 @@ src/nice.c
 src/nl.c
 src/nohup.c
 src/od.c
+src/operand2sig.c
 src/paste.c
 src/pathchk.c
 src/pinky.c
--
1.5.5.rc2.26.g7bba


>From 358c511a2c40e54d87da78ec76b5946c1ac7e309 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 3 Apr 2008 18:30:07 +0200
Subject: [PATCH] Avoid "make sc_tight_scope" failure.

* src/operand2sig.h (operand2sig): Mark as extern.

Signed-off-by: Jim Meyering <address@hidden>
---
 src/operand2sig.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/operand2sig.h b/src/operand2sig.h
index d3f9b10..165e6cb 100644
--- a/src/operand2sig.h
+++ b/src/operand2sig.h
@@ -15,5 +15,4 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

-int
-operand2sig (char const *operand, char *signame);
+extern int operand2sig (char const *operand, char *signame);
--
1.5.5.rc2.26.g7bba




reply via email to

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