From 622586fbe088fbd0cca0533a046e65114c584526 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 25 Jun 1996 18:22:06 +0000 Subject: Tue Jun 25 10:58:23 1996 Roland McGrath * inet/getrpcent.c: Fix macros. * inet/getrpcent_r.c: Fix macros. * elf/dlsym.c (dlsym): Search the global scope if HANDLE is null. * elf/dl-load.c (_dl_map_object_from_fd): Initialize L. --- inet/getrpcent_r.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'inet/getrpcent_r.c') diff --git a/inet/getrpcent_r.c b/inet/getrpcent_r.c index aeb78aa1a2..3a64e7170c 100644 --- a/inet/getrpcent_r.c +++ b/inet/getrpcent_r.c @@ -16,12 +16,15 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#include -#define DATABASE_NAME rpc #define LOOKUP_TYPE struct rpcent -#define GETFUNC_NAME rpcent -#define BUFLEN 1024 +#define SETFUNC_NAME setrpcent +#define GETFUNC_NAME getrpcent +#define ENDFUNC_NAME endrpcent +#define DATABASE_NAME rpc +#define STAYOPEN int stayopen +#define STAYOPEN_VAR stayopen #include "../nss/getXXent_r.c" -- cgit v1.2.3