mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-23 02:12:24 +03:00
* sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
irrespective of Cflag.
This commit is contained in:
@@ -695,11 +695,9 @@ s_output (int argc, const char *argv[], const char *infile, const char *define,
|
||||
|
||||
fprintf (fout, "#include <stdio.h>\n");
|
||||
fprintf (fout, "#include <stdlib.h>\n");
|
||||
fprintf (fout, "#include <rpc/pmap_clnt.h>\n");
|
||||
if (Cflag)
|
||||
{
|
||||
fprintf (fout, "#include <rpc/pmap_clnt.h>\n");
|
||||
fprintf (fout, "#include <string.h>\n");
|
||||
}
|
||||
fprintf (fout, "#include <string.h>\n");
|
||||
if (strcmp (svcclosetime, "-1") == 0)
|
||||
indefinitewait = 1;
|
||||
else if (strcmp (svcclosetime, "0") == 0)
|
||||
|
Reference in New Issue
Block a user