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

(-)./utils/nfsd/nfsd.c (+1 lines)
Lines 22-27 Link Here
22
#include <sys/socket.h>
22
#include <sys/socket.h>
23
#include <netinet/in.h>
23
#include <netinet/in.h>
24
#include <arpa/inet.h>
24
#include <arpa/inet.h>
25
#include <libgen.h>
25
26
26
#include "nfslib.h"
27
#include "nfslib.h"
27
#include "nfssvc.h"
28
#include "nfssvc.h"
(-)./utils/mount/mount_libmount.c (+1 lines)
Lines 29-34 Link Here
29
#include <string.h>
29
#include <string.h>
30
#include <errno.h>
30
#include <errno.h>
31
#include <getopt.h>
31
#include <getopt.h>
32
#include <libgen.h>
32
33
33
#include <libmount/libmount.h>
34
#include <libmount/libmount.h>
34
35
(-)./tools/rpcdebug/rpcdebug.c (+1 lines)
Lines 33-38 Link Here
33
/* NFSD and NLM debug flags
33
/* NFSD and NLM debug flags
34
   #include <nfsd/debug.h> */
34
   #include <nfsd/debug.h> */
35
#include <nfs/debug.h>
35
#include <nfs/debug.h>
36
#include <libgen.h>
36
37
37
static int		verbose = 0;
38
static int		verbose = 0;
38
static char*            cdename;
39
static char*            cdename;

Return to bug 532514