<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/tools/flock/src, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-03-10T19:10:48Z</updated>
<entry>
<title>tools/flock: fix compile on Alpine Linux</title>
<updated>2016-03-10T19:10:48Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-03-10T19:10:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=a8fc674cc136b5b96400fdd073236c2b3c6158a2'/>
<id>urn:sha1:a8fc674cc136b5b96400fdd073236c2b3c6158a2</id>
<content type='text'>
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 &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 48978
</content>
</entry>
<entry>
<title>add a stripped down (and portable) version of flock to the host tools</title>
<updated>2010-10-29T13:39:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2010-10-29T13:39:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=c0a3dc75d9161820577f53e51949687536913868'/>
<id>urn:sha1:c0a3dc75d9161820577f53e51949687536913868</id>
<content type='text'>
SVN-Revision: 23707
</content>
</entry>
</feed>
