Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 632265
Collapse All | Expand All

(-)ogdi-3.2.0-orig/include/Linux/ogdi_macro.h (-1 / +1 lines)
Lines 1-6 Link Here
1
#include <signal.h>
1
#include <signal.h>
2
#include <wait.h>
2
#include <wait.h>
3
#include <rpc/xdr.h>
3
#include <tirpc/rpc/xdr.h>
4
#include <stdio.h>
4
#include <stdio.h>
5
5
6
#define ogdi_IXDR_PUT_LONG(buf, v) { \
6
#define ogdi_IXDR_PUT_LONG(buf, v) { \
(-)ogdi-3.2.0-orig/ogdi/c-api/ecs_xdrz.c (-2 / +2 lines)
Lines 27-34 Link Here
27
 *
27
 *
28
 */
28
 */
29
29
30
#include <rpc/types.h>
30
#include <tirpc/rpc/types.h>
31
#include <rpc/xdr.h>
31
#include <tirpc/rpc/xdr.h>
32
32
33
#include "ecs.h"
33
#include "ecs.h"
34
#include "zlib.h"
34
#include "zlib.h"
(-)ogdi-3.2.0-orig/ogdi/driver/network/remote.c (-1 / +1 lines)
Lines 1-7 Link Here
1
#include "ecs.h"
1
#include "ecs.h"
2
2
3
#ifdef _SCO
3
#ifdef _SCO
4
#include <rpc/rpc.h>
4
#include <tirpc/rpc/rpc.h>
5
#include <sys/fs/nfs/time.h>
5
#include <sys/fs/nfs/time.h>
6
#endif
6
#endif
7
7
(-)ogdi-3.2.0-orig/ogdi/gltpd/asyncsvr.c (-1 / +1 lines)
Lines 71-77 ECS_CVSID("$Id: asyncsvr.c,v 1.7 2016/06 Link Here
71
#endif
71
#endif
72
72
73
#ifdef HAVE_STD_RPC_INCLUDES
73
#ifdef HAVE_STD_RPC_INCLUDES
74
#  include <rpc/pmap_clnt.h>
74
#  include <tirpc/rpc/pmap_clnt.h>
75
#endif
75
#endif
76
76
77
#ifdef svc_fdset
77
#ifdef svc_fdset
(-)ogdi-3.2.0-orig/ogdi/gltpd/ecs_svc.c (-1 / +1 lines)
Lines 7-13 Link Here
7
#ifndef _WINDOWS
7
#ifndef _WINDOWS
8
#include <stdio.h>
8
#include <stdio.h>
9
#include <stdlib.h>/* getenv, exit */
9
#include <stdlib.h>/* getenv, exit */
10
#include <rpc/pmap_clnt.h> /* for pmap_unset */
10
#include <tirpc/rpc/pmap_clnt.h> /* for pmap_unset */
11
#include <string.h> /* strcmp */ 
11
#include <string.h> /* strcmp */ 
12
#include <signal.h>
12
#include <signal.h>
13
#include <sys/ioctl.h> /* ioctl, TIOCNOTTY */
13
#include <sys/ioctl.h> /* ioctl, TIOCNOTTY */
(-)ogdi-3.2.0-orig/ogdi/include/ecs.h (-1 / +1 lines)
Lines 6-12 Link Here
6
#ifndef _ECSH_H_RPCGEN
6
#ifndef _ECSH_H_RPCGEN
7
#define	_ECSH_H_RPCGEN
7
#define	_ECSH_H_RPCGEN
8
8
9
#include <rpc/rpc.h>
9
#include <tirpc/rpc/rpc.h>
10
10
11
#ifdef __cplusplus
11
#ifdef __cplusplus
12
extern "C" {
12
extern "C" {
(-)ogdi-3.2.0-orig/ogdi/include/ecs_util.h (-1 / +1 lines)
Lines 114-120 Link Here
114
#include <stdio.h>
114
#include <stdio.h>
115
#include <stdlib.h>
115
#include <stdlib.h>
116
#include <string.h>
116
#include <string.h>
117
#include <rpc/rpc.h>
117
#include <tirpc/rpc/rpc.h>
118
#include <math.h>
118
#include <math.h>
119
#include <memory.h>
119
#include <memory.h>
120
#include <ctype.h>
120
#include <ctype.h>
(-)ogdi-3.2.0-orig/ogdi/include/sun/ecs.h (-1 / +1 lines)
Lines 6-12 Link Here
6
#ifndef _ECS_H_RPCGEN
6
#ifndef _ECS_H_RPCGEN
7
#define	_ECS_H_RPCGEN
7
#define	_ECS_H_RPCGEN
8
8
9
#include <rpc/rpc.h>
9
#include <tirpc/rpc/rpc.h>
10
/* 
10
/* 
11
 * fichier genere par RPCGEN a partir de ecs.x
11
 * fichier genere par RPCGEN a partir de ecs.x
12
 *
12
 *
(-)ogdi-3.2.0-orig/ogdi/include/sun/ecs_util.h (-1 / +1 lines)
Lines 4-10 Link Here
4
#include <stdio.h>
4
#include <stdio.h>
5
#include <stdlib.h>
5
#include <stdlib.h>
6
#include <string.h>
6
#include <string.h>
7
#include <rpc/rpc.h>
7
#include <tirpc/rpc/rpc.h>
8
#include <math.h>
8
#include <math.h>
9
#include <memory.h>
9
#include <memory.h>
10
#include <ctype.h>
10
#include <ctype.h>

Return to bug 632265