Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532514 | Differences between
and this patch

Collapse All | Expand All

(-)a/utils/exportfs/exportfs.c (-1 / +4 lines)
Lines 12-17 Link Here
12
#include <config.h>
12
#include <config.h>
13
#endif
13
#endif
14
14
15
#ifndef _GNU_SOURCE
16
#define _GNU_SOURCE
17
#endif
18
15
#include <sys/types.h>
19
#include <sys/types.h>
16
#include <sys/stat.h>
20
#include <sys/stat.h>
17
#include <sys/vfs.h>
21
#include <sys/vfs.h>
18
- 

Return to bug 532514