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/support/include/exportfs.h (+1 lines)
Lines 10-15 Link Here
10
#define EXPORTFS_H
10
#define EXPORTFS_H
11
11
12
#include <netdb.h>
12
#include <netdb.h>
13
#include <string.h>
13
14
14
#include "sockaddr.h"
15
#include "sockaddr.h"
15
#include "nfslib.h"
16
#include "nfslib.h"
(-)a/support/include/nfsrpc.h (+1 lines)
Lines 23-28 Link Here
23
#ifndef __NFS_UTILS_NFSRPC_H
23
#ifndef __NFS_UTILS_NFSRPC_H
24
#define __NFS_UTILS_NFSRPC_H
24
#define __NFS_UTILS_NFSRPC_H
25
25
26
#include <string.h>
26
#include <rpc/types.h>
27
#include <rpc/types.h>
27
#include <rpc/clnt.h>
28
#include <rpc/clnt.h>
28
29
(-)a/support/nfs/cacheio.c (+1 lines)
Lines 18-23 Link Here
18
#include <nfslib.h>
18
#include <nfslib.h>
19
#include <stdio.h>
19
#include <stdio.h>
20
#include <stdio_ext.h>
20
#include <stdio_ext.h>
21
#include <string.h>
21
#include <ctype.h>
22
#include <ctype.h>
22
#include <unistd.h>
23
#include <unistd.h>
23
#include <sys/types.h>
24
#include <sys/types.h>
(-)a/utils/gssd/write_bytes.h (+1 lines)
Lines 32-37 Link Here
32
#define _WRITE_BYTES_H_
32
#define _WRITE_BYTES_H_
33
33
34
#include <stdlib.h>
34
#include <stdlib.h>
35
#include <string.h>
35
#include <sys/types.h>
36
#include <sys/types.h>
36
#include <netinet/in.h>		/* for ntohl */
37
#include <netinet/in.h>		/* for ntohl */
37
38
(-)a/utils/nfsd/nfssvc.c (-1 / +1 lines)
Lines 20-25 Link Here
20
#include <fcntl.h>
20
#include <fcntl.h>
21
#include <errno.h>
21
#include <errno.h>
22
#include <stdlib.h>
22
#include <stdlib.h>
23
#include <string.h>
23
24
24
#include "nfslib.h"
25
#include "nfslib.h"
25
#include "xlog.h"
26
#include "xlog.h"
26
- 

Return to bug 532514