*** empty log message ***

This commit is contained in:
Miklos Szeredi 2007-05-17 12:41:46 +00:00
parent 6353dcaf4e
commit ea8fdc0552
3 changed files with 6 additions and 0 deletions

2
NEWS
View File

@ -2,6 +2,8 @@ What is new in 2.7
- Stacking support for the high level API
- Add filename charset conversion module
- Improved mounting
What is new in 2.6

View File

@ -10,7 +10,9 @@
#define FUSE_USE_VERSION 26
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef linux
/* For pread()/pwrite() */

View File

@ -10,7 +10,9 @@
#define FUSE_USE_VERSION 26
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define _GNU_SOURCE