mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 06:52:37 +08:00
Disable setfib() syscall
This commit is contained in:
parent
a434fc84b2
commit
3fc7c89735
@ -262,6 +262,7 @@ VNET_SYSUNINIT(vnet_route_uninit, SI_SUB_PROTO_DOMAIN, SI_ORDER_THIRD,
|
|||||||
vnet_route_uninit, 0);
|
vnet_route_uninit, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __rtems__
|
||||||
#ifndef _SYS_SYSPROTO_H_
|
#ifndef _SYS_SYSPROTO_H_
|
||||||
struct setfib_args {
|
struct setfib_args {
|
||||||
int fibnum;
|
int fibnum;
|
||||||
@ -275,6 +276,7 @@ setfib(struct thread *td, struct setfib_args *uap)
|
|||||||
td->td_proc->p_fibnum = uap->fibnum;
|
td->td_proc->p_fibnum = uap->fibnum;
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
#endif /* __rtems__ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Packet routing routines.
|
* Packet routing routines.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user