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
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r--winsup/utils/cygcheck.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index c019d5041..f943e0ee5 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -85,6 +85,7 @@ static common_apps[] = {
{"cat", 0},
{"cp", 0},
{"cpp", 1},
+ {"crontab", 0},
{"find", 0},
{"gcc", 0},
{"gdb", 0},
@@ -101,6 +102,8 @@ static common_apps[] = {
{"sh", 0},
{"tar", 0},
{"test", 0},
+ {"vi", 0},
+ {"vim", 0},
{0, 0}
};