Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-01-20 00:16:38 +0300
committerChristopher Faylor <me@cgf.cx>2006-01-20 00:16:38 +0300
commit3c09c0fb256d299373b4d02324fd73eacb850313 (patch)
tree956b9f675e6d148977928d38482244351b71542e /winsup
parent101b3cb01a16381f91f5d33a40d6a45a076c4f04 (diff)
* cygcheck.cc (common_paths): Add "patch".
Diffstat (limited to 'winsup')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/cygcheck.cc1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 3eddc5824..9a5e01899 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,9 @@
2006-01-19 Christopher Faylor <cgf@timesys.com>
+ * cygcheck.cc (common_paths): Add "patch".
+
+2006-01-19 Christopher Faylor <cgf@timesys.com>
+
* cygcheck.cc (init_paths): Record first_nonsys_path.
(find_on_path): Start on first nonsys path when !search_sysdirs.
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index db80e4c47..42c6556a4 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -100,6 +100,7 @@ static common_apps[] = {
{"ls", 0},
{"make", 0},
{"mv", 0},
+ {"patch", 0},
{"perl", 0},
{"rm", 0},
{"sed", 0},