projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
934da82
)
Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"
author
Rob Landley
<rob@landley.net>
Sun, 25 Jun 2006 15:37:28 +0000
(15:37 -0000)
committer
Rob Landley
<rob@landley.net>
Sun, 25 Jun 2006 15:37:28 +0000
(15:37 -0000)
and "nighttime"...)
libbb/loop.c
patch
|
blob
|
history
diff --git
a/libbb/loop.c
b/libbb/loop.c
index e5b21642e487a96e082ab522efb7baff5dc92c8b..5d06116e8ce8d7a9643b6884a4d408deba1fc84d 100644
(file)
--- a/
libbb/loop.c
+++ b/
libbb/loop.c
@@
-119,7
+119,7
@@
int set_loop(char **device, const char *file, int offset)
loopinfo.lo_offset = offset;
/* Associate free loop device with file. */
if(!ioctl(dfd, LOOP_SET_FD, ffd)) {
- if (!ioctl(dfd, BB_LOOP_SET_STATUS, &loopinfo)) rc=0;
+
if (!ioctl(dfd, BB_LOOP_SET_STATUS, &loopinfo)) rc=0;
else ioctl(dfd, LOOP_CLR_FD, 0);
}