mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-26 06:30:30 +08:00
Add methods back in that were needed to link with RealTek Nic.
This commit is contained in:
parent
134df2ebd5
commit
393a859e55
@ -120,7 +120,7 @@ SYSCTL_STRING(_kern, KERN_VERSION, version, CTLFLAG_RD|CTLFLAG_MPSAFE,
|
||||
SYSCTL_STRING(_kern, KERN_OSTYPE, ostype, CTLFLAG_RD|CTLFLAG_MPSAFE,
|
||||
ostype, 0, "Operating system type");
|
||||
|
||||
#ifndef __rtems__
|
||||
#ifndef __rtems__
|
||||
/*
|
||||
* NOTICE: The *userland* release date is available in
|
||||
* /usr/include/osreldate.h
|
||||
@ -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