mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 18:54:27 +08:00
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/sysctl.h: Change sysctl_oid->arg2 into int32_t for 16bit target compliance.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/sys/sysctl.h: Change sysctl_oid->arg2 into int32_t
|
||||
for 16bit target compliance.
|
||||
|
||||
2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libmisc/shell/fts.c (fts_pow2): Rebase fts_pow2 on
|
||||
|
||||
@@ -151,7 +151,7 @@ struct sysctl_oid {
|
||||
int oid_number;
|
||||
uint32_t oid_kind;
|
||||
void *oid_arg1;
|
||||
int oid_arg2;
|
||||
int32_t oid_arg2;
|
||||
const char *oid_name;
|
||||
int (*oid_handler)(SYSCTL_HANDLER_ARGS);
|
||||
const char *oid_fmt;
|
||||
|
||||
Reference in New Issue
Block a user