From dc55ff815da7279a2bc58b8b770793952551d25f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 18 Jul 2005 04:05:21 +0000 Subject: 2005-01-14 GOTO Masanori [BZ #1108] * sunrpc/rpc_main.c (s_output): Generate #include irrespective of Cflag. --- sunrpc/rpc_main.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index fee83514d1..acc0132603 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) -- cgit v1.2.3-59-g8ed1b