From: Steve Dickson <SteveD@redhat.com>
To: Chuck Lever <chuck.lever@oracle.com>
Cc: linux-nfs@vger.kernel.org
Subject: Re: [PATCH] getport.c: fix non-standard C
Date: Wed, 15 Apr 2009 13:58:44 -0400 [thread overview]
Message-ID: <49E62054.9030804@RedHat.com> (raw)
In-Reply-To: <20090406160411.7179.41228.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
Chuck Lever wrote:
> Squelch a compiler warning in getport.c:
>=20
> getport.c:65: warning: =E2=80=98static=E2=80=99 is not at beginning=
of declaration
>=20
> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
> ---
>=20
> support/nfs/getport.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>=20
> diff --git a/support/nfs/getport.c b/support/nfs/getport.c
> index 734d21a..cf1677e 100644
> --- a/support/nfs/getport.c
> +++ b/support/nfs/getport.c
> @@ -60,9 +60,9 @@
> #endif /* !HAVE_LIBTIRPC */
> =20
> #ifdef HAVE_LIBTIRPC
> -const static rpcvers_t default_rpcb_version =3D RPCBVERS_4;
> +static const rpcvers_t default_rpcb_version =3D RPCBVERS_4;
> #else /* !HAVE_LIBTIRPC */
> -const static rpcvers_t default_rpcb_version =3D PMAPVERS;
> +static const rpcvers_t default_rpcb_version =3D PMAPVERS;
> #endif /* !HAVE_LIBTIRPC */
> =20
> #ifdef HAVE_DECL_AI_ADDRCONFIG
>=20
Committed....
steved.
prev parent reply other threads:[~2009-04-15 18:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-06 16:04 [PATCH] getport.c: fix non-standard C Chuck Lever
[not found] ` <20090406160411.7179.41228.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
2009-04-15 17:58 ` Steve Dickson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49E62054.9030804@RedHat.com \
--to=steved@redhat.com \
--cc=chuck.lever@oracle.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.