summaryrefslogtreecommitdiff
path: root/net/openafs/files/patch-src-config-param.amd64_fbsd_110.h
blob: 45a25aa060d14b99d0f763601749eebb2514cb38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/config/param.amd64_fbsd_110.h.orig	2014-10-09 18:21:13.000000000 +0900
+++ src/config/param.amd64_fbsd_110.h	2014-11-08 12:19:21.000000000 +0900
@@ -144,6 +144,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 */