Details
Details
- Reviewers
• rodrigc bapt - Commits
- rS290350: Include "system.h" for isdir() prototype.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Technically this patch is OK.
However, we may want to match the upstream code which
does not include system.h. Instead if forward declares isdir(). See:
http://git.savannah.gnu.org/cgit/grep.git/tree/lib/savedir.c?id=v2.6
the latest version of GNU grep deleted savedir.c, so we would have to match v2.6
Comment Actions
gnu grep will never be updated because of licenses issue, so upstreaming here is not a big issue
Comment Actions
I believe GNU Grep from 2.5.2 and onward changed to GPLv3 which prohibits from upgrading to newer version in base and hence we must stay with 2.5.1. :(
savedir.c | ||
---|---|---|
73 ↗ | (On Diff #5879) | Should be "system.h" not <system.h> |