qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [7120] linux-user: fix warnings introduced by r7118


From: Aurelien Jarno
Subject: [Qemu-devel] [7120] linux-user: fix warnings introduced by r7118
Date: Wed, 15 Apr 2009 17:12:01 +0000

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

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





reply via email to

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