tcsh-6.19.00-021-remove-extra-semicolon.patch added
> Remove extra ;
This commit is contained in:
parent
11d5852991
commit
f180b1a949
25
tcsh-6.19.00-021-remove-extra-semicolon.patch
Normal file
25
tcsh-6.19.00-021-remove-extra-semicolon.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 2ca8b902fa190aae70f337f87dd95f7aeffdf173 Mon Sep 17 00:00:00 2001
|
||||||
|
From: christos <christos>
|
||||||
|
Date: Tue, 3 Nov 2015 21:04:13 +0000
|
||||||
|
Subject: [PATCH] Remove extra ;
|
||||||
|
|
||||||
|
---
|
||||||
|
dotlock.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/dotlock.c b/dotlock.c
|
||||||
|
index 193aa17..2571235 100644
|
||||||
|
--- a/dotlock.c
|
||||||
|
+++ b/dotlock.c
|
||||||
|
@@ -24,7 +24,7 @@
|
||||||
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
*/
|
||||||
|
#include "sh.h"
|
||||||
|
-RCSID("$tcsh: dotlock.c,v 3.3 2014/03/09 00:11:54 christos Exp $");
|
||||||
|
+RCSID("$tcsh: dotlock.c,v 3.3 2014/03/09 00:11:54 christos Exp $")
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#ifndef O_SYNC
|
||||||
|
--
|
||||||
|
2.5.5
|
||||||
|
|
@ -49,6 +49,7 @@ Patch017: tcsh-6.19.00-017-fix-for-finnish-translations.patch
|
|||||||
Patch018: tcsh-6.19.00-018-add-noclobber-and-ask-options.patch
|
Patch018: tcsh-6.19.00-018-add-noclobber-and-ask-options.patch
|
||||||
Patch019: tcsh-6.19.00-019-fix-uninitialized-estr.patch
|
Patch019: tcsh-6.19.00-019-fix-uninitialized-estr.patch
|
||||||
Patch020: tcsh-6.19.00-020-make-heredoc-interruptible-again.patch
|
Patch020: tcsh-6.19.00-020-make-heredoc-interruptible-again.patch
|
||||||
|
Patch021: tcsh-6.19.00-021-remove-extra-semicolon.patch
|
||||||
|
|
||||||
|
|
||||||
# Downstream patches -- these should be always included when doing rebase:
|
# Downstream patches -- these should be always included when doing rebase:
|
||||||
@ -190,6 +191,7 @@ fi
|
|||||||
tcsh-6.19.00-018-add-noclobber-and-ask-options.patch
|
tcsh-6.19.00-018-add-noclobber-and-ask-options.patch
|
||||||
tcsh-6.19.00-019-fix-uninitialized-estr.patch
|
tcsh-6.19.00-019-fix-uninitialized-estr.patch
|
||||||
tcsh-6.19.00-020-make-heredoc-interruptible-again.patch
|
tcsh-6.19.00-020-make-heredoc-interruptible-again.patch
|
||||||
|
tcsh-6.19.00-021-remove-extra-semicolon.patch
|
||||||
|
|
||||||
* Thu Apr 21 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 6.19.00-6
|
* Thu Apr 21 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 6.19.00-6
|
||||||
- Drop tcsh-6.15.00-closem.patch - issue not reproducible, patch not accepted by upstream
|
- Drop tcsh-6.15.00-closem.patch - issue not reproducible, patch not accepted by upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user