26 lines
630 B
Diff
26 lines
630 B
Diff
|
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
|
||
|
|