summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2d88451)
raw | patch | inline | side by side (parent: 2d88451)
author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 7 Mar 2007 01:44:14 +0000 (20:44 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 7 Mar 2007 18:42:07 +0000 (10:42 -0800) |
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-grep.c | patch | blob | history |
diff --git a/builtin-grep.c b/builtin-grep.c
index 96b70227cf073517c309dbc8b042085f1040dab5..e4f06f2b3ab23426edc4cf3e547d3c29efa6a86a 100644 (file)
--- a/builtin-grep.c
+++ b/builtin-grep.c
return i;
}
+#ifdef __unix__
static int exec_grep(int argc, const char **argv)
{
pid_t pid;
}
return hit;
}
+#endif
static int grep_cache(struct grep_opt *opt, const char **paths, int cached)
{