John Crispin b2348e69ad tools/flock: fix compile on Alpine Linux
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
2016-03-10 19:10:48 +00:00
..
2015-03-24 13:13:01 +00:00
2015-06-06 13:48:57 +00:00
2015-11-03 12:00:04 +00:00
2013-12-15 21:07:32 +00:00
2016-02-08 08:25:39 +00:00
2015-02-06 00:00:43 +00:00
2016-02-08 08:25:46 +00:00
2015-02-06 00:00:43 +00:00
2015-02-06 00:00:43 +00:00
2015-11-03 11:59:35 +00:00
2015-11-03 11:59:49 +00:00
2015-12-05 15:44:58 +00:00
2015-10-11 16:23:11 +00:00
2015-09-26 21:10:37 +00:00
2013-12-15 21:07:34 +00:00
2015-02-06 00:00:43 +00:00
2015-11-21 21:26:06 +00:00
2015-09-21 21:08:08 +00:00
2015-05-04 13:22:17 +00:00
2015-12-11 15:07:28 +00:00
2015-02-06 00:00:43 +00:00
2015-10-30 22:31:09 +00:00