diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/auth_unix.c | 1 | ||||
-rw-r--r-- | sunrpc/clnt_perr.c | 1 | ||||
-rw-r--r-- | sunrpc/clnt_raw.c | 1 | ||||
-rw-r--r-- | sunrpc/clnt_tcp.c | 1 | ||||
-rw-r--r-- | sunrpc/clnt_udp.c | 1 | ||||
-rw-r--r-- | sunrpc/clnt_unix.c | 1 | ||||
-rw-r--r-- | sunrpc/get_myaddr.c | 1 | ||||
-rw-r--r-- | sunrpc/pm_getmaps.c | 1 | ||||
-rw-r--r-- | sunrpc/pmap_clnt.c | 1 | ||||
-rw-r--r-- | sunrpc/pmap_rmt.c | 1 | ||||
-rw-r--r-- | sunrpc/rpc_main.c | 1 | ||||
-rw-r--r-- | sunrpc/rpc_scan.c | 1 | ||||
-rw-r--r-- | sunrpc/svc_run.c | 1 | ||||
-rw-r--r-- | sunrpc/svc_simple.c | 1 | ||||
-rw-r--r-- | sunrpc/svc_tcp.c | 1 | ||||
-rw-r--r-- | sunrpc/svc_udp.c | 1 | ||||
-rw-r--r-- | sunrpc/svc_unix.c | 1 | ||||
-rw-r--r-- | sunrpc/xdr_rec.c | 1 | ||||
-rw-r--r-- | sunrpc/xdr_ref.c | 1 |
19 files changed, 19 insertions, 0 deletions
diff --git a/sunrpc/auth_unix.c b/sunrpc/auth_unix.c index 82ef91a..a03ce02 100644 --- a/sunrpc/auth_unix.c +++ b/sunrpc/auth_unix.c @@ -42,6 +42,7 @@ #include <stdio.h> #include <string.h> #include <unistd.h> +#include <libintl.h> #include <sys/param.h> #include <rpc/types.h> diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c index ae6a1da..7896499 100644 --- a/sunrpc/clnt_perr.c +++ b/sunrpc/clnt_perr.c @@ -39,6 +39,7 @@ static char sccsid[] = "@(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro"; */ #include <stdio.h> #include <string.h> +#include <libintl.h> #include <rpc/types.h> #include <rpc/auth.h> #include <rpc/clnt.h> diff --git a/sunrpc/clnt_raw.c b/sunrpc/clnt_raw.c index 18ae241..8ed589c 100644 --- a/sunrpc/clnt_raw.c +++ b/sunrpc/clnt_raw.c @@ -45,6 +45,7 @@ static char sccsid[] = "@(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro"; #include <rpc/rpc.h> #include <rpc/svc.h> #include <rpc/xdr.h> +#include <libintl.h> #define MCALL_MSG_SIZE 24 diff --git a/sunrpc/clnt_tcp.c b/sunrpc/clnt_tcp.c index 1d00c79..9a35ec1 100644 --- a/sunrpc/clnt_tcp.c +++ b/sunrpc/clnt_tcp.c @@ -54,6 +54,7 @@ static char sccsid[] = "@(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro"; #include <errno.h> #include <stdio.h> #include <unistd.h> +#include <libintl.h> #include <rpc/rpc.h> #include <sys/poll.h> #include <sys/socket.h> diff --git a/sunrpc/clnt_udp.c b/sunrpc/clnt_udp.c index 1d9f386..eeac79c 100644 --- a/sunrpc/clnt_udp.c +++ b/sunrpc/clnt_udp.c @@ -39,6 +39,7 @@ static char sccsid[] = "@(#)clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro"; #include <stdio.h> #include <unistd.h> +#include <libintl.h> #include <rpc/rpc.h> #include <rpc/xdr.h> #include <rpc/clnt.h> diff --git a/sunrpc/clnt_unix.c b/sunrpc/clnt_unix.c index 761ecaf..211fcd6f 100644 --- a/sunrpc/clnt_unix.c +++ b/sunrpc/clnt_unix.c @@ -50,6 +50,7 @@ #include <errno.h> #include <stdio.h> #include <unistd.h> +#include <libintl.h> #include <rpc/rpc.h> #include <sys/uio.h> #include <sys/poll.h> diff --git a/sunrpc/get_myaddr.c b/sunrpc/get_myaddr.c index 820c7b3..7a4bb8c 100644 --- a/sunrpc/get_myaddr.c +++ b/sunrpc/get_myaddr.c @@ -44,6 +44,7 @@ static char sccsid[] = "@(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro"; #include <sys/socket.h> #include <stdio.h> #include <unistd.h> +#include <libintl.h> #include <net/if.h> #include <sys/ioctl.h> /* Order of following two #includes reversed by roland@gnu */ diff --git a/sunrpc/pm_getmaps.c b/sunrpc/pm_getmaps.c index 2812b3a..8f41a45 100644 --- a/sunrpc/pm_getmaps.c +++ b/sunrpc/pm_getmaps.c @@ -46,6 +46,7 @@ static char sccsid[] = "@(#)pmap_getmaps.c 1.10 87/08/11 Copyr 1984 Sun Micro"; #include <netdb.h> #include <stdio.h> #include <errno.h> +#include <libintl.h> /* * Get a copy of the current port maps. diff --git a/sunrpc/pmap_clnt.c b/sunrpc/pmap_clnt.c index 11e241d..05cfe2f 100644 --- a/sunrpc/pmap_clnt.c +++ b/sunrpc/pmap_clnt.c @@ -36,6 +36,7 @@ #include <stdio.h> #include <unistd.h> +#include <libintl.h> #include <net/if.h> #include <sys/ioctl.h> #include <sys/socket.h> diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c index f361ac3..bfc9cc8 100644 --- a/sunrpc/pmap_rmt.c +++ b/sunrpc/pmap_rmt.c @@ -41,6 +41,7 @@ static char sccsid[] = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro"; #include <unistd.h> #include <string.h> +#include <libintl.h> #include <rpc/rpc.h> #include <rpc/pmap_prot.h> #include <rpc/pmap_clnt.h> diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index aec153f..cc3d249 100644 --- a/sunrpc/rpc_main.c +++ b/sunrpc/rpc_main.c @@ -42,6 +42,7 @@ const char main_rcsid[] = #include <stdio.h> #include <string.h> #include <unistd.h> +#include <libintl.h> #include <ctype.h> #include <sys/types.h> #include <sys/param.h> diff --git a/sunrpc/rpc_scan.c b/sunrpc/rpc_scan.c index aa98805..daecc32 100644 --- a/sunrpc/rpc_scan.c +++ b/sunrpc/rpc_scan.c @@ -41,6 +41,7 @@ char scan_rcsid[] = #include <stdio.h> #include <ctype.h> #include <string.h> +#include <libintl.h> #include "rpc_scan.h" #include "rpc_parse.h" #include "rpc_util.h" diff --git a/sunrpc/svc_run.c b/sunrpc/svc_run.c index d854fb4..799c012 100644 --- a/sunrpc/svc_run.c +++ b/sunrpc/svc_run.c @@ -37,6 +37,7 @@ static char sccsid[] = "@(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro"; * Wait for input, call server program. */ #include <errno.h> +#include <libintl.h> #include <rpc/rpc.h> static int svc_stop; diff --git a/sunrpc/svc_simple.c b/sunrpc/svc_simple.c index 6f24dfa..e40bea9 100644 --- a/sunrpc/svc_simple.c +++ b/sunrpc/svc_simple.c @@ -40,6 +40,7 @@ static char sccsid[] = "@(#)svc_simple.c 1.18 87/08/11 Copyr 1984 Sun Micro"; #include <stdio.h> #include <string.h> +#include <libintl.h> #include <rpc/rpc.h> #include <rpc/pmap_clnt.h> #include <sys/socket.h> diff --git a/sunrpc/svc_tcp.c b/sunrpc/svc_tcp.c index cd24f72..542f9d4 100644 --- a/sunrpc/svc_tcp.c +++ b/sunrpc/svc_tcp.c @@ -44,6 +44,7 @@ static char sccsid[] = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro"; #include <stdio.h> #include <unistd.h> #include <string.h> +#include <libintl.h> #include <rpc/rpc.h> #include <sys/socket.h> #include <sys/poll.h> diff --git a/sunrpc/svc_udp.c b/sunrpc/svc_udp.c index 3d95f4b..9d78461 100644 --- a/sunrpc/svc_udp.c +++ b/sunrpc/svc_udp.c @@ -45,6 +45,7 @@ static char sccsid[] = "@(#)svc_udp.c 1.24 87/08/11 Copyr 1984 Sun Micro"; #include <rpc/rpc.h> #include <sys/socket.h> #include <errno.h> +#include <libintl.h> #ifdef USE_IN_LIBIO # include <libio/iolibio.h> diff --git a/sunrpc/svc_unix.c b/sunrpc/svc_unix.c index a34e54d..57c0135 100644 --- a/sunrpc/svc_unix.c +++ b/sunrpc/svc_unix.c @@ -46,6 +46,7 @@ #include <sys/poll.h> #include <errno.h> #include <stdlib.h> +#include <libintl.h> /* * Ops vector for AF_UNIX based rpc service handle diff --git a/sunrpc/xdr_rec.c b/sunrpc/xdr_rec.c index 4809589..101f8c8 100644 --- a/sunrpc/xdr_rec.c +++ b/sunrpc/xdr_rec.c @@ -48,6 +48,7 @@ #include <string.h> #include <unistd.h> #include <rpc/rpc.h> +#include <libintl.h> #ifdef USE_IN_LIBIO # include <libio/iolibio.h> diff --git a/sunrpc/xdr_ref.c b/sunrpc/xdr_ref.c index 090925d..2a9ffb1 100644 --- a/sunrpc/xdr_ref.c +++ b/sunrpc/xdr_ref.c @@ -44,6 +44,7 @@ static char sccsid[] = "@(#)xdr_reference.c 1.11 87/08/11 SMI"; #include <string.h> #include <rpc/types.h> #include <rpc/xdr.h> +#include <libintl.h> #ifdef USE_IN_LIBIO # include <libio/iolibio.h> |