Sign in
akaros
/
akaros
/
3ee608864c6c2d5c76b6ae48b30673b2870e717a
/
.
/
tools
/
apps
/
busybox
/
akaros-patches
/
1.17.3
/
0003-busybox-rm-rewinddir.patch
blob: 58289276df09e984bfb1bf6f3ba27ec5bd8bb836 [
file
] [
log
] [
blame
]
---
a
/
libbb
/
remove_file
.
c
2014
-
06
-
18
11
:
44
:
05.962239038
-
0700
+++
b
/
libbb
/
remove_file
.
c
2014
-
06
-
18
11
:
44
:
11.331956241
-
0700
@@
-
59
,
6
+
59
,
7
@@
continue
;
if
(
remove_file
(
new_path
,
flags
)
<
0
)
status
=
-
1
;
+
rewinddir
(
dp
);
free
(
new_path
);
}