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

Collapse All | Expand All

(-)a/support/misc/nfsd_path.c (-4 / +1 lines)
Lines 1-9 Link Here
1
#ifdef HAVE_CONFIG_H
2
#include <config.h>
3
#endif
4
5
#include <errno.h>
1
#include <errno.h>
6
#include <sys/types.h>
2
#include <sys/types.h>
3
#include <config.h>
7
#include <sys/stat.h>
4
#include <sys/stat.h>
8
#include <limits.h>
5
#include <limits.h>
9
#include <stdlib.h>
6
#include <stdlib.h>
(-)a/support/misc/xstat.c (-4 / +1 lines)
Lines 1-10 Link Here
1
#ifdef HAVE_CONFIG_H
2
#include <config.h>
3
#endif
4
5
#include <errno.h>
1
#include <errno.h>
6
#include <sys/types.h>
2
#include <sys/types.h>
7
#include <fcntl.h>
3
#include <fcntl.h>
4
#include <config.h>
8
#include <sys/stat.h>
5
#include <sys/stat.h>
9
#include <sys/sysmacros.h>
6
#include <sys/sysmacros.h>
10
#include <unistd.h>
7
#include <unistd.h>

Return to bug 688644