From 5510149e78cb9123c602fc7a1a0b4fde689ff464 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Mon, 6 Sep 2010 07:22:26 +0000 Subject: package/busybox: update to busybox-1.7.2, include upstream patches, refresh patches SVN-Revision: 22953 --- package/busybox/patches/803-id_getgrouplist.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/busybox/patches/803-id_getgrouplist.patch') diff --git a/package/busybox/patches/803-id_getgrouplist.patch b/package/busybox/patches/803-id_getgrouplist.patch index dd2dee66f6..48aa57c04f 100644 --- a/package/busybox/patches/803-id_getgrouplist.patch +++ b/package/busybox/patches/803-id_getgrouplist.patch @@ -31,7 +31,7 @@ Signed-off-by: Nicolas Thill /* I guess *n < 0 might indicate error. Anyway, * malloc'ing -1 bytes won't be good, so: */ //if (*n < 0) -@@ -154,6 +160,7 @@ int id_main(int argc UNUSED_PARAM, char +@@ -154,6 +160,7 @@ int id_main(int argc UNUSED_PARAM, char if (egid != rgid) status |= print_group(egid, " "); } @@ -39,7 +39,7 @@ Signed-off-by: Nicolas Thill /* We are supplying largish buffer, trying * to not run get_groups() twice. That might be slow * ("user database in remote SQL server" case) */ -@@ -181,6 +188,7 @@ int id_main(int argc UNUSED_PARAM, char +@@ -181,6 +188,7 @@ int id_main(int argc UNUSED_PARAM, char } if (ENABLE_FEATURE_CLEAN_UP) free(groups); -- cgit v1.2.3