mirror of git://sourceware.org/git/glibc.git
* inet/getrpcent_r.c (DATABASE_NAME): New macro.
This commit is contained in:
parent
dcea62dd4e
commit
ad8da79bd5
|
@ -1,5 +1,7 @@
|
||||||
Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* inet/getrpcent_r.c (DATABASE_NAME): New macro.
|
||||||
|
|
||||||
* inet/getrpcbynumber.c (BUFLEN): New macro.
|
* inet/getrpcbynumber.c (BUFLEN): New macro.
|
||||||
|
|
||||||
* configure.in (--no-whole-archive check): Remove backslashes in cmd.
|
* configure.in (--no-whole-archive check): Remove backslashes in cmd.
|
||||||
|
|
|
@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */
|
||||||
#include <rpc/netdb.h>
|
#include <rpc/netdb.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define DATABASE_NAME rpc
|
||||||
#define LOOKUP_TYPE struct rpcent
|
#define LOOKUP_TYPE struct rpcent
|
||||||
#define GETFUNC_NAME rpcent
|
#define GETFUNC_NAME rpcent
|
||||||
#define BUFLEN 1024
|
#define BUFLEN 1024
|
||||||
|
|
Loading…
Reference in New Issue