mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-22 06:57:33 +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);
|
||||
#endif
|
||||
|
||||
#ifndef __rtems__
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
struct setfib_args {
|
||||
int fibnum;
|
||||
@ -275,6 +276,7 @@ setfib(struct thread *td, struct setfib_args *uap)
|
||||
td->td_proc->p_fibnum = uap->fibnum;
|
||||
return (0);
|
||||
}
|
||||
#endif /* __rtems__ */
|
||||
|
||||
/*
|
||||
* Packet routing routines.
|
||||
|
Loading…
x
Reference in New Issue
Block a user