From ad8da79bd59a4e8d46fc91f98e3d4fbe9adcc81b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 25 Jun 1996 13:40:47 +0000 Subject: [PATCH] * inet/getrpcent_r.c (DATABASE_NAME): New macro. --- ChangeLog | 2 ++ inet/getrpcent_r.c | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 77d7343a44..0d5faebe1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Tue Jun 25 02:59:11 1996 Roland McGrath + * inet/getrpcent_r.c (DATABASE_NAME): New macro. + * inet/getrpcbynumber.c (BUFLEN): New macro. * configure.in (--no-whole-archive check): Remove backslashes in cmd. 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 +#define DATABASE_NAME rpc #define LOOKUP_TYPE struct rpcent #define GETFUNC_NAME rpcent #define BUFLEN 1024 -- 2.11.4.GIT