use DUMMY macro and support from linux_util.h
This commit is contained in:
parent
b36abb04e5
commit
d0ce99c874
@ -35,22 +35,8 @@
|
|||||||
|
|
||||||
#include <alpha/linux/linux.h>
|
#include <alpha/linux/linux.h>
|
||||||
#include <linux_proto.h>
|
#include <linux_proto.h>
|
||||||
|
#include <compat/linux/linux_util.h>
|
||||||
|
|
||||||
#define DUMMY(s) \
|
|
||||||
int \
|
|
||||||
linux_ ## s(struct proc *p, struct linux_ ## s ## _args *args) \
|
|
||||||
{ \
|
|
||||||
return (unsupported_msg(p, #s)); \
|
|
||||||
} \
|
|
||||||
struct __hack
|
|
||||||
|
|
||||||
static int
|
|
||||||
unsupported_msg(struct proc *p, const char *fname)
|
|
||||||
{
|
|
||||||
printf("linux: syscall %s is obsoleted or not implemented (pid=%ld)\n",
|
|
||||||
fname, (long)p->p_pid);
|
|
||||||
return (ENOSYS);
|
|
||||||
}
|
|
||||||
|
|
||||||
DUMMY(mount);
|
DUMMY(mount);
|
||||||
DUMMY(umount);
|
DUMMY(umount);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user