LINUX 5.3.0: Check for 'recurse' arg in keyring_search
[openafs.git] / src / afs / LINUX / osi_inode.c
index 200c4e6..fe2f5d8 100644 (file)
  */
 
 #include <afsconfig.h>
-#include "../afs/param.h"
+#include "afs/param.h"
 
-RCSID("$Header$");
 
-#include "../afs/sysincludes.h"        /* Standard vendor system headers */
-#include "../afs/afsincludes.h"        /* Afs-based standard headers */
-#include "../afs/osi_inode.h"
-#include "../afs/afs_stats.h" /* statistics stuff */
+#include "afs/sysincludes.h"   /* Standard vendor system headers */
+#include "afsincludes.h"       /* Afs-based standard headers */
+#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)
+int
+afs_syscall_icreate(long a, long b, long c, long d, long e, long f)
 {
     return 0;
 }
 
-int afs_syscall_iopen(void)
+int
+afs_syscall_iopen(int a, int b, int c)
 {
     return 0;
 }
 
-int afs_syscall_iincdec(void)
+int
+afs_syscall_iincdec(int a, int v, int c, int d)
 {
     return 0;
 }