mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-22 23:19:55 +08:00
2004-04-30 Joel Sherrill <joel@OARcorp.com>
* libnetworking/kern/kern_sysctl.c: sysctl_register_all cannot be static with RTEMS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-04-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libnetworking/kern/kern_sysctl.c: sysctl_register_all cannot be
|
||||
static with RTEMS.
|
||||
|
||||
2004-04-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libnetworking/netinet/in.c: Partial update from FreeBSD.
|
||||
|
||||
@@ -423,7 +423,11 @@ sysctl_add_oid(struct sysctl_ctx_list *clist, struct sysctl_oid_list *parent,
|
||||
*/
|
||||
SET_DECLARE(sysctl_set, struct sysctl_oid);
|
||||
|
||||
#if defined(__rtems__)
|
||||
void
|
||||
#else
|
||||
static void
|
||||
#endif
|
||||
sysctl_register_all(void *arg)
|
||||
{
|
||||
struct sysctl_oid **oidp;
|
||||
|
||||
Reference in New Issue
Block a user