qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5540] Fix inline use warnings from sparse
Date: Sun, 26 Oct 2008 15:26:10 +0000	[thread overview]
Message-ID: <E1Ku7VK-0000yZ-8k@cvs.savannah.gnu.org> (raw)

Revision: 5540
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5540
Author:   blueswir1
Date:     2008-10-26 15:26:09 +0000 (Sun, 26 Oct 2008)

Log Message:
-----------
Fix inline use warnings from sparse

Modified Paths:
--------------
    trunk/slirp/misc.h
    trunk/slirp/slirp.h

Modified: trunk/slirp/misc.h
===================================================================
--- trunk/slirp/misc.h	2008-10-26 13:43:07 UTC (rev 5539)
+++ trunk/slirp/misc.h	2008-10-26 15:26:09 UTC (rev 5540)
@@ -72,8 +72,8 @@
 int show_x _P((char *, struct socket *));
 void redir_x _P((u_int32_t, int, int, int));
 void getouraddr _P((void));
-inline  void slirp_insque  _P((void *, void *));
-inline  void slirp_remque  _P((void *));
+void slirp_insque _P((void *, void *));
+void slirp_remque _P((void *));
 int add_exec _P((struct ex_list **, int, char *, int, int));
 int slirp_openpty _P((int *, int *));
 int fork_exec(struct socket *so, const char *ex, int do_pty);

Modified: trunk/slirp/slirp.h
===================================================================
--- trunk/slirp/slirp.h	2008-10-26 13:43:07 UTC (rev 5539)
+++ trunk/slirp/slirp.h	2008-10-26 15:26:09 UTC (rev 5540)
@@ -270,8 +270,8 @@
 # define insque_32 insque
 # define remque_32 remque
 #else
- inline void insque_32 _P((void *, void *));
- inline void remque_32 _P((void *));
+ void insque_32 _P((void *, void *));
+ void remque_32 _P((void *));
 #endif
 
 #ifndef _WIN32

                 reply	other threads:[~2008-10-26 15:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1Ku7VK-0000yZ-8k@cvs.savannah.gnu.org \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).