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:
Joel Sherrill
2004-04-30 16:20:36 +00:00
parent 50c0d1ff00
commit ca66d010e5
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -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.
+4
View File
@@ -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;