This commit is contained in:
Miklos Szeredi 2005-02-07 17:08:27 +00:00
parent 39b1a10bdb
commit 240b5f7bb5
3 changed files with 1 additions and 2 deletions

View File

@ -2,3 +2,4 @@
bin_PROGRAMS = sshfs
sshfs_SOURCES = sshfs.c cache.c
sshfs_CPPFLAGS = -DFUSE_USE_VERSION=22

View File

@ -6,7 +6,6 @@
See the file COPYING.
*/
#define FUSE_USE_VERSION 22
#include "cache.h"
#include <stdio.h>
#include <errno.h>

View File

@ -6,7 +6,6 @@
See the file COPYING.
*/
#define FUSE_USE_VERSION 22
#include <fuse.h>
#include <stdio.h>
#include <stdlib.h>