Unix domain: Fix a typo and some missing conditional compilation

This commit is contained in:
Gregory Nutt
2015-01-28 11:48:23 -06:00
parent b4a67285f1
commit 6a1bfc9594
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ void net_initialize(void)
pkt_initialize();
#endif
#ifdef CONFIG_NET_UDP
#ifdef CONFIG_NET_LOCAL
/* Initialize the local, "Unix domain" socket support */
local_initialize();