[BusyBox] [PATCH] e2fs patch

Vladimir N. Oleynik dzo at simtreas.ru
Thu May 5 12:55:15 UTC 2005


Tito,

> +	if (de->d_name[0] != '.' && (de->d_name[1] != '\0' || 
> +		(de->d_name[1] != '.' && de->d_name[2] != '\0'))) {
>  		char *path;
> +		
> +		bb_xasprintf(&path, "%s/%s", dir_name, de->d_name);

its eq
		if(concat_subpath_file(dir_name, de->d_name)) {

--w
vodz



More information about the busybox mailing list