]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Use house types.
authorJulian Seward <jseward@acm.org>
Wed, 18 Oct 2006 00:33:46 +0000 (00:33 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 18 Oct 2006 00:33:46 +0000 (00:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6315

coregrind/m_libcfile.c

index 0965961f429c3649dc9e0a6572c8c559a057d24a..09e83b3eda3d26921ce303a79a143c76c5a7bc57 100644 (file)
@@ -317,7 +317,7 @@ Int VG_(check_executable)(HChar* f)
       if (!(st.st_mode & VKI_S_IXUSR))
          return VKI_EACCES;
    } else {
-      int grpmatch = 0;
+      Int grpmatch = 0;
 
       if (VG_(getegid)() == st.st_gid)
         grpmatch = 1;