qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5582] Remove extraneous inline keyword.


From: Anthony Liguori
Subject: [Qemu-devel] [5582] Remove extraneous inline keyword.
Date: Fri, 31 Oct 2008 20:00:19 +0000

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 <address@hidden>

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);
 }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]