View | Details | Raw Unified | Return to bug 154173 | Differences between
and this patch

Collapse All | Expand All

(-)ports/sysutils/rename/files/patch-rename.c (+11 lines)
Added Link Here
1
--- rename.c.orig	2010-12-31 08:19:44.000000000 -0500
2
+++ rename.c	2010-12-31 08:19:58.000000000 -0500
3
@@ -65,7 +65,7 @@
4
 
5
 #if HAVE_REGEX_H
6
   #include <regex.h>
7
-#elif
8
+#else
9
   #include "regex.h"
10
 #endif
11

Return to bug 154173