forked from Imagelibrary/rtems
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/sys/sysctl.h (struct sysctl_oid): uint32_t oid_kind (16bit target compliance).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/sys/sysctl.h (struct sysctl_oid): uint32_t
|
||||
oid_kind (16bit target compliance).
|
||||
|
||||
2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove LIBSCORECPU.
|
||||
|
||||
@@ -148,7 +148,7 @@ struct sysctl_oid {
|
||||
struct sysctl_oid_list *oid_parent;
|
||||
SLIST_ENTRY(sysctl_oid) oid_link;
|
||||
int oid_number;
|
||||
u_int oid_kind;
|
||||
uint32_t oid_kind;
|
||||
void *oid_arg1;
|
||||
int oid_arg2;
|
||||
const char *oid_name;
|
||||
|
||||
Reference in New Issue
Block a user