diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2014-04-06 16:49:08 +0000 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2014-04-06 16:49:08 +0000 |
| commit | 096ac0cfd231fdd540bd35072592730634fab218 (patch) | |
| tree | 178019a6e6f619e2baad0205374a3cf206d1ef5d /blockdev | |
| parent | 52a1caf80302fcaa86466785cd036bdfab2d2298 (diff) | |
Remove warnings. Default port to 1234.
Conditionally link winsock lib (only windows).
Linux cachu bufer drop disabled.
Diffstat (limited to 'blockdev')
| -rw-r--r-- | blockdev/filedev/ext4_filedev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blockdev/filedev/ext4_filedev.c b/blockdev/filedev/ext4_filedev.c index ea3ba7c..aa63600 100644 --- a/blockdev/filedev/ext4_filedev.c +++ b/blockdev/filedev/ext4_filedev.c @@ -45,7 +45,7 @@ static const char *fname = "ext2"; /**@brief Image file descriptor.*/ static FILE *dev_file; -#define DROP_LINUXCACHE_BUFFERS 1 +#define DROP_LINUXCACHE_BUFFERS 0 /**********************BLOCKDEV INTERFACE**************************************/ |
