mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
234 B
C
14 lines
234 B
C
$NetBSD: patch-rename.c,v 1.1 2011/09/10 16:35:04 abs Exp $
|
|
|
|
--- rename.c.orig 2002-05-20 15:50:50.000000000 +0000
|
|
+++ rename.c
|
|
@@ -65,7 +65,7 @@
|
|
|
|
#if HAVE_REGEX_H
|
|
#include <regex.h>
|
|
-#elif
|
|
+#else
|
|
#include "regex.h"
|
|
#endif
|
|
|