projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eada0a4
)
try to make sure results actually make it to disk
author
Eric Andersen
<andersen@codepoet.org>
Tue, 11 Apr 2006 00:06:17 +0000
(
00:06
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 11 Apr 2006 00:06:17 +0000
(
00:06
-0000)
target/makedevs/makedevs.c
patch
|
blob
|
history
diff --git
a/target/makedevs/makedevs.c
b/target/makedevs/makedevs.c
index b34b005220c84a3d11bfce074b0bd22e159e8eb6..4cf853dca8888f5ba646f8e27da9d550bf994328 100644
(file)
--- a/
target/makedevs/makedevs.c
+++ b/
target/makedevs/makedevs.c
@@
-527,5
+527,7
@@
loop:
}
fclose(table);
+ system("/bin/sync");
+
return 0;
}