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 6e19780551
commit 215e788f62

View File

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