DEVEL15-linux-warning-reduction-20090318
[openafs.git] / src / afs / LINUX / osi_inode.c
index 0612db5..d6764e9 100644 (file)
@@ -28,33 +28,20 @@ RCSID
 #include "afs/osi_inode.h"
 #include "afs/afs_stats.h"     /* statistics stuff */
 
-#define BAD_IGET       -1000
-
-/*
- * SGI dependent system calls
- */
-#ifndef INODESPECIAL
-/*
- * `INODESPECIAL' type inodes are ones that describe volumes.
- */
-#define INODESPECIAL   0xffffffff      /* ... from ../vol/viceinode.h  */
-#endif
-
-
 int
-afs_syscall_icreate(void)
+afs_syscall_icreate(long a, long b, long c, long d, long e, long f)
 {
     return 0;
 }
 
 int
-afs_syscall_iopen(void)
+afs_syscall_iopen(int a, int b, int c)
 {
     return 0;
 }
 
 int
-afs_syscall_iincdec(void)
+afs_syscall_iincdec(int a, int v, int c, int d)
 {
     return 0;
 }