diff options
Diffstat (limited to 'net/openafs/files/patch-src-config-param.i386_fbsd_110.h')
-rw-r--r-- | net/openafs/files/patch-src-config-param.i386_fbsd_110.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/openafs/files/patch-src-config-param.i386_fbsd_110.h b/net/openafs/files/patch-src-config-param.i386_fbsd_110.h new file mode 100644 index 000000000000..cf042afed677 --- /dev/null +++ b/net/openafs/files/patch-src-config-param.i386_fbsd_110.h @@ -0,0 +1,14 @@ +--- src/config/param.i386_fbsd_110.h.orig 2014-10-09 18:21:13.000000000 +0900 ++++ src/config/param.i386_fbsd_110.h 2014-11-08 12:19:35.000000000 +0900 +@@ -143,6 +143,11 @@ + #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ + #endif /* _KERNEL */ + ++/* r273707 added a flags argument to syscall_register() */ ++#if __FreeBSD_version >= 1100041 ++#define FBSD_SYSCALL_REGISTER_FOUR_ARGS ++#endif ++ + #else /* !defined(UKERNEL) */ + + /* This section for user space compiles only */ |