All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [7120] linux-user: fix warnings introduced by r7118
@ 2009-04-15 17:12 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-04-15 17:12 UTC (permalink / raw)
  To: qemu-devel

Revision: 7120
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7120
Author:   aurel32
Date:     2009-04-15 17:12:01 +0000 (Wed, 15 Apr 2009)
Log Message:
-----------
linux-user: fix warnings introduced by r7118

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Modified Paths:
--------------
    trunk/linux-user/syscall.c

Modified: trunk/linux-user/syscall.c
===================================================================
--- trunk/linux-user/syscall.c	2009-04-15 16:18:38 UTC (rev 7119)
+++ trunk/linux-user/syscall.c	2009-04-15 17:12:01 UTC (rev 7120)
@@ -314,7 +314,7 @@
   return (fchmodat(dirfd, pathname, mode, flags));
 }
 #endif
-#ifdef TARGET_NR_fchownat
+#if defined(TARGET_NR_fchownat) && defined(USE_UID16)
 static int sys_fchownat(int dirfd, const char *pathname, uid_t owner,
     gid_t group, int flags)
 {

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

only message in thread, other threads:[~2009-04-15 17:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-15 17:12 [Qemu-devel] [7120] linux-user: fix warnings introduced by r7118 Aurelien Jarno

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.