aboutsummaryrefslogtreecommitdiff
path: root/security/fakeroot/files/patch-libfakeroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/fakeroot/files/patch-libfakeroot.c')
-rw-r--r--security/fakeroot/files/patch-libfakeroot.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/fakeroot/files/patch-libfakeroot.c b/security/fakeroot/files/patch-libfakeroot.c
new file mode 100644
index 000000000000..dcbbb69c14b9
--- /dev/null
+++ b/security/fakeroot/files/patch-libfakeroot.c
@@ -0,0 +1,10 @@
+--- libfakeroot.c Fri Dec 19 03:38:05 2003
++++ libfakeroot.c Thu Mar 11 12:52:45 2004
+@@ -667,6 +667,6 @@
+ return 0;
+ }
+
+-int setgroups(size_t size, const gid_t *list){
++int setgroups(int size, const gid_t *list){
+ return 0;
+ }