[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:06:26 UTC 2011


The following commit has been merged in the upstream branch:
commit 670fc33fef3cb4ff53e7bc210acddb958e8d4134
Author: Clint Adams <schizo at debian.org>
Date:   Tue Oct 27 01:14:50 2009 -0400

    Add missing semicolon.

diff --git a/libfakeroot.c b/libfakeroot.c
index 6f67ef7..b748db8 100644
--- a/libfakeroot.c
+++ b/libfakeroot.c
@@ -749,7 +749,7 @@ int fchownat(int dir_fd, const char *path, uid_t owner, gid_t group, int flags)
   int r;
   /* If AT_SYMLINK_NOFOLLOW is set in the fchownat call it should
      be when we stat it. */
-  INT_STRUCT_STAT st
+  INT_STRUCT_STAT st;
   r=INT_NEXT_FSTATAT(dir_fd, path, &st, (flags & AT_SYMLINK_NOFOLLOW));
   
   if(r)

-- 
fakeroot



More information about the Fakeroot-commits mailing list