Add _GNU_SOURCE to get O_NOFOLLOW on debian squeeze.
This commit is contained in:
parent
0b211e0375
commit
a49e8e8c18
@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE /* For O_NOFOLLOW. */
|
||||
#include <errno.h>
|
||||
#include <ioall.h>
|
||||
#include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user