From: Roland McGrath Date: Mon, 18 Jul 2005 04:05:21 +0000 (+0000) Subject: 2005-01-14 GOTO Masanori X-Git-Tag: cvs/fedora-glibc-2_3-20050718T0425~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc55ff815da7279a2bc58b8b770793952551d25f;p=thirdparty%2Fglibc.git 2005-01-14 GOTO Masanori [BZ #1108] * sunrpc/rpc_main.c (s_output): Generate #include irrespective of Cflag. --- diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index fee83514d1a..acc0132603a 100644 --- a/sunrpc/rpc_main.c +++ b/sunrpc/rpc_main.c @@ -695,11 +695,9 @@ s_output (int argc, const char *argv[], const char *infile, const char *define, fprintf (fout, "#include \n"); fprintf (fout, "#include \n"); + fprintf (fout, "#include \n"); if (Cflag) - { - fprintf (fout, "#include \n"); - fprintf (fout, "#include \n"); - } + fprintf (fout, "#include \n"); if (strcmp (svcclosetime, "-1") == 0) indefinitewait = 1; else if (strcmp (svcclosetime, "0") == 0)