[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:48 UTC 2009
The following commit has been merged in the upstream branch:
commit 5c319b8e2a2c0bf1ad0caeba40ebb898c7903eef
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