summaryrefslogtreecommitdiff
path: root/net/openafs/files/patch-src-afs-FBSD-osi_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openafs/files/patch-src-afs-FBSD-osi_vfsops.c')
-rw-r--r--net/openafs/files/patch-src-afs-FBSD-osi_vfsops.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/openafs/files/patch-src-afs-FBSD-osi_vfsops.c b/net/openafs/files/patch-src-afs-FBSD-osi_vfsops.c
deleted file mode 100644
index a20d69429418..000000000000
--- a/net/openafs/files/patch-src-afs-FBSD-osi_vfsops.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/afs/FBSD/osi_vfsops.c.orig 2014-11-08 11:45:02.000000000 +0900
-+++ src/afs/FBSD/osi_vfsops.c 2014-11-08 12:01:34.000000000 +0900
-@@ -49,7 +49,11 @@
- int code;
- int offset = AFS_SYSCALL;
- #if defined(AFS_FBSD90_ENV) || defined(AFS_FBSD82_ENV)
-+# if defined(FBSD_SYSCALL_REGISTER_FOUR_ARGS)
-+ code = syscall_register(&offset, &afs_sysent, &old_sysent, 0);
-+# else
- code = syscall_register(&offset, &afs_sysent, &old_sysent);
-+# endif
- if (code) {
- printf("AFS_SYSCALL in use, error %i. aborting\n", code);
- return code;