diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-01-07 12:16:45 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-01-07 12:16:45 +0000 |
commit | f85ab249900582dc9b212d89622bb4b361ef24f2 (patch) | |
tree | 99cddfe009af9654ac32a8b699587c02aa5ca4c9 /README-2.4 | |
parent | 5d493354f82259a1d8c4b49f1308eaa691eb7078 (diff) | |
download | libfuse-f85ab249900582dc9b212d89622bb4b361ef24f2.tar.gz |
integrated 2.6 kernel support
Diffstat (limited to 'README-2.4')
-rw-r--r-- | README-2.4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README-2.4 b/README-2.4 new file mode 100644 index 0000000..5967bfe --- /dev/null +++ b/README-2.4 @@ -0,0 +1,3 @@ +WARNING: be very careful about which gcc version you use to compile +the fuse kernel module. It must be the same as the version used to +compile the kernel otherwise nasty things will happen! |