From c7adcc24f39a2137ccee23469a15c36e49623dd7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Jan 2005 02:40:14 +0000 Subject: [PATCH] * sunrpc/rpc_main.c (s_output): Generate #include irrespective of Cflag. --- ChangeLog | 3 +++ sunrpc/rpc_main.c | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b12bf5..19f0504 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-01-14 GOTO Masanori + * sunrpc/rpc_main.c (s_output): Generate #include + irrespective of Cflag. + * manual/memory.texi (sbrk): Fix definition. * manual/string.texi (strcasestr): Fix example typo. diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index fee8351..acc0132 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) -- 2.7.4