mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-26 14:12:44 +08:00
Add methods back in that were needed to link with RealTek Nic.
This commit is contained in:
parent
134df2ebd5
commit
393a859e55
@ -445,7 +445,9 @@ SYSCTL_PROC(_kern, KERN_HOSTID, hostid,
|
||||
CTLTYPE_ULONG | CTLFLAG_RW | CTLFLAG_PRISON | CTLFLAG_MPSAFE,
|
||||
NULL, 0, sysctl_hostid, "LU", "Host ID");
|
||||
|
||||
#endif
|
||||
SYSCTL_NODE(_kern, OID_AUTO, features, CTLFLAG_RD, 0, "Kernel Features");
|
||||
#ifndef __rtems__
|
||||
|
||||
#ifdef COMPAT_FREEBSD4
|
||||
FEATURE(compat_freebsd4, "Compatible with FreeBSD 4");
|
||||
|
Loading…
x
Reference in New Issue
Block a user