Richard Jones
|
fdbc5aa711
|
sync: Windows implementation of sync() call.
Replace calls to sync() with calls to sync_disks() which supports
Win32 via FlushFileBuffers.
|
2009-11-25 16:28:26 +00:00 |
|
Jim Meyering
|
d7569c0078
|
avoid warning about old-style no-param function definition
* daemon/df.c (do_df, do_df_h): Add "void".
* sync.c (do_sync): Likewise.
|
2009-08-17 11:40:24 +02:00 |
|
Jim Meyering
|
a7b73d4a1e
|
remove trailing blanks
|
2009-07-03 17:04:21 +02:00 |
|
Richard Jones
|
b4d2a01828
|
Added test suite.
|
2009-04-11 17:04:35 +01:00 |
|
Richard Jones
|
40ca9a5782
|
Daemon and library are mostly talking to each other now.
|
2009-04-03 17:24:35 +01:00 |
|