Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-20 | Bugfix to glob(): Removed side-effects caused by the Mac OS X patches | Lauri Aarnio | 1 | -0/+218 | |
The Mac OS X support added a copy of "glob.h" to SB2. That causes problems on Linux; So, the fix is that for Linux systems we'll continue to use the system's glob.h with our private copies of glob.c and glob64.c. I renamed "glob.h" (the copy which was intended for the Mac OS X's) to "sb2_mac_glob.h. However, while doing so, I might have broken things on Mac OS X... see glob.c for details. |