Skip to content

Instantly share code, notes, and snippets.

@jfut
Created December 21, 2013 02:11
Show Gist options
  • Save jfut/8064577 to your computer and use it in GitHub Desktop.
Save jfut/8064577 to your computer and use it in GitHub Desktop.
The Silver Searcher src/scandir.c patch for Cygwin (tested at commit 1b20368)
$ diff src/scandir.c.default src/scandir.c
42c42
< #ifdef __MINGW32__
---
> #ifdef __CYGWIN__
51c51
< #ifdef __MINGW32__
---
> #ifdef __CYGWIN__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment