qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5582] Remove extraneous inline keyword.
@ 2008-10-31 20:00 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2008-10-31 20:00 UTC (permalink / raw)
  To: qemu-devel

Revision: 5582
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5582
Author:   aliguori
Date:     2008-10-31 20:00:18 +0000 (Fri, 31 Oct 2008)

Log Message:
-----------
Remove extraneous inline keyword.

Spotted by Blue Swirl.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Modified Paths:
--------------
    trunk/qemu-char.c

Modified: trunk/qemu-char.c
===================================================================
--- trunk/qemu-char.c	2008-10-31 19:10:00 UTC (rev 5581)
+++ trunk/qemu-char.c	2008-10-31 20:00:18 UTC (rev 5582)
@@ -479,7 +479,7 @@
     return len1 - len;
 }
 
-inline int send_all(int fd, const uint8_t *buf, int len1)
+int send_all(int fd, const uint8_t *buf, int len1)
 {
     return unix_write(fd, buf, len1);
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-31 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 20:00 [Qemu-devel] [5582] Remove extraneous inline keyword Anthony Liguori

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).