diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-25 13:40:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-25 13:40:47 +0000 |
commit | ad8da79bd59a4e8d46fc91f98e3d4fbe9adcc81b (patch) | |
tree | 7e4426409e50e998eaf59f48f5ad1445a4fb3155 /inet | |
parent | dcea62dd4eadec79b856cf35a34081112afa17d0 (diff) | |
download | glibc-ad8da79bd59a4e8d46fc91f98e3d4fbe9adcc81b.tar.gz glibc-ad8da79bd59a4e8d46fc91f98e3d4fbe9adcc81b.tar.xz glibc-ad8da79bd59a4e8d46fc91f98e3d4fbe9adcc81b.zip |
* inet/getrpcent_r.c (DATABASE_NAME): New macro.
Diffstat (limited to 'inet')
-rw-r--r-- | inet/getrpcent_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/getrpcent_r.c b/inet/getrpcent_r.c index 4c9639f3a1..aeb78aa1a2 100644 --- a/inet/getrpcent_r.c +++ b/inet/getrpcent_r.c @@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */ #include <rpc/netdb.h> +#define DATABASE_NAME rpc #define LOOKUP_TYPE struct rpcent #define GETFUNC_NAME rpcent #define BUFLEN 1024 |