Add _GNU_SOURCE to get O_NOFOLLOW on debian squeeze.

This commit is contained in:
Timo Juhani Lindfors 2011-05-10 14:03:33 +03:00 committed by Marek Marczykowski
parent 0b211e0375
commit a49e8e8c18

View File

@ -1,3 +1,4 @@
#define _GNU_SOURCE /* For O_NOFOLLOW. */
#include <errno.h>
#include <ioall.h>
#include <fcntl.h>