diff options
-rw-r--r-- | litmus/fdso.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus/fdso.c b/litmus/fdso.c index 7a16f640715c..85be716941d8 100644 --- a/litmus/fdso.c +++ b/litmus/fdso.c | |||
@@ -223,7 +223,7 @@ struct od_table_entry* __od_lookup(int od) | |||
223 | } | 223 | } |
224 | 224 | ||
225 | 225 | ||
226 | asmlinkage int sys_od_open(int fd, int type, int obj_id, void* __user config) | 226 | asmlinkage long sys_od_open(int fd, int type, int obj_id, void* __user config) |
227 | { | 227 | { |
228 | int ret = 0; | 228 | int ret = 0; |
229 | struct file* file; | 229 | struct file* file; |
@@ -259,7 +259,7 @@ out: | |||
259 | } | 259 | } |
260 | 260 | ||
261 | 261 | ||
262 | asmlinkage int sys_od_close(int od) | 262 | asmlinkage long sys_od_close(int od) |
263 | { | 263 | { |
264 | int ret = -EINVAL; | 264 | int ret = -EINVAL; |
265 | struct task_struct *t = current; | 265 | struct task_struct *t = current; |