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:
10c36b8
)
Revert "scripts: fix fixdep.c to let it workable in cygwin"
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 18 Dec 2010 00:46:04 +0000
(
01:46
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 18 Dec 2010 00:46:04 +0000
(
01:46
+0100)
This reverts commit
10c36b86574133bb1cd29ad04db64c7953b94ab5
.
scripts/basic/fixdep.c
patch
|
blob
|
history
diff --git
a/scripts/basic/fixdep.c
b/scripts/basic/fixdep.c
index f27a179841ca1d65f2b135ac5f1e8a9eb8cb113a..1a5b10f84894364d1ad5f6e5b09281147ac7f910 100644
(file)
--- a/
scripts/basic/fixdep.c
+++ b/
scripts/basic/fixdep.c
@@
-329,7
+329,7
@@
void parse_dep_file(void *map, size_t len)
clear_config();
while (m < end) {
- while (m < end && (*m == ' ' || *m == '\\' || *m == '\n'
|| *m == '\r'
))
+ while (m < end && (*m == ' ' || *m == '\\' || *m == '\n'))
m++;
p = m;
while (p < end && *p != ' ') p++;