From d60d215c57261eb35e540fa13c04f6dc0957c476 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 May 1999 00:22:24 +0000 Subject: Update. 1999-05-14 Ulrich Drepper * nss/getXXbyYY.c: Add free_mem function which disposes all statically allocated memory when debugging. * nss/getXXent.c: Likewise. * nss/nsswitch.c: Likewise. --- sysdeps/gnu/getutmp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/gnu/getutmp.c b/sysdeps/gnu/getutmp.c index ab21863271..2fe53bf04b 100644 --- a/sysdeps/gnu/getutmp.c +++ b/sysdeps/gnu/getutmp.c @@ -19,7 +19,10 @@ #include #include #include +/* This is an ugly hack but we must not see the getutmpx declaration. */ +#define getutmpx XXXgetutmpx #include +#undef getutmpx void getutmp (const struct utmpx *utmpx, struct utmp *utmp) -- cgit 1.4.1