You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
genkernel_fork/patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff

12 lines
313 B

--- busybox-1.7.4.orig/libbb/simplify_path.c 2007-09-03 06:48:42.000000000 -0500
+++ busybox-1.7.4/libbb/simplify_path.c 2008-11-13 14:58:24.000000000 -0600
@@ -13,6 +13,8 @@
{
char *s, *start, *p;
+ printf("bb_simplify_path(): path='%s'\n", path);
+
if (path[0] == '/')
start = xstrdup(path);
else {