aboutsummaryrefslogtreecommitdiffstats
path: root/example/.cvsignore
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-12-05 10:55:36 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-12-05 10:55:36 +0000
commitecfa5263ab5b19a58d53a7116fb079f3b956b918 (patch)
treea9f9dd2ec17e9185e4d515328b78e3b5e84938f2 /example/.cvsignore
parentcafdcb253e4c7ad6238198982425c004b487d2e6 (diff)
downloadlibfuse-ecfa5263ab5b19a58d53a7116fb079f3b956b918.tar.gz
* Implement ioctl support. On high level interface only
"restricted" ioctls are supported (which are defined with the _IO(), _IOR(), _IOW() or _IOWR() macros). Unrestricted ioctls will only be allwed to CUSE (Character Device in Userspace) servers. Patch by Tejun Heo
Diffstat (limited to 'example/.cvsignore')
-rw-r--r--example/.cvsignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/.cvsignore b/example/.cvsignore
index 56dabc1..7332bc0 100644
--- a/example/.cvsignore
+++ b/example/.cvsignore
@@ -6,4 +6,6 @@ fusexmp_fh
null
hello
hello_ll
+fioc
+fioclient
.libs