summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
-rw-r--r--sys/compat/linux/linux_misc.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index 40762cb..7bbeaff 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -74,6 +74,8 @@ __FBSDID("$FreeBSD$");
#include "opt_compat.h"
+#include <compat/linux/linux_sysproto.h>
+
#ifdef COMPAT_LINUX32
#include <machine/../linux32/linux.h>
#include <machine/../linux32/linux32_proto.h>
@@ -1392,3 +1394,10 @@ linux_getsid(struct thread *td, struct linux_getsid_args *args)
bsd.pid = args->pid;
return getsid(td, &bsd);
}
+
+int
+linux_nosys(struct thread *td, struct nosys_args *ignore)
+{
+
+ return (ENOSYS);
+}
OpenPOWER on IntegriCloud