rump_enosys() is autogenerated into rump_syscalls (makes things
actually work)
This commit is contained in:
parent
3a64aae825
commit
0473281d9b
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rump.c,v 1.68 2008/10/13 18:03:53 pooka Exp $ */
|
||||
/* $NetBSD: rump.c,v 1.69 2008/10/13 18:17:07 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
|
||||
@ -857,10 +857,3 @@ _syspuffs_stub(int fd, int *newfd)
|
||||
return ENODEV;
|
||||
}
|
||||
__weak_alias(syspuffs_glueinit,_syspuffs_stub);
|
||||
|
||||
int
|
||||
rump_enosys()
|
||||
{
|
||||
|
||||
return ENOSYS;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rump_private.h,v 1.12 2008/10/13 16:20:09 pooka Exp $ */
|
||||
/* $NetBSD: rump_private.h,v 1.13 2008/10/13 18:17:07 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
|
||||
@ -90,6 +90,4 @@ void rumpvm_flushva(void);
|
||||
|
||||
lwpid_t rump_nextlid(void);
|
||||
|
||||
int rump_enosys(void);
|
||||
|
||||
#endif /* _SYS_RUMP_PRIVATE_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user