Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tools/flock: fix compile on Alpine Linux | John Crispin | 2016-03-10 |
| | | | | | | | | | | | | fixes build errors: src/flock.c:208:34: error: 'O_NOCTTY' undeclared (first use in this function) fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666); src/flock.c:208:43: error: 'O_CREAT' undeclared (first use in this function) fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666); Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 48978 | ||
* | add a stripped down (and portable) version of flock to the host tools | Felix Fietkau | 2010-10-29 |
SVN-Revision: 23707 |