Attention is currently required from: Timur Davydov, pespin.
1 comment:
File src/core/netns.c:
Patch Set #7, Line 92: return -ENOSYS;
I'll change the fallback return code to -ENOTSUP and also add proper […]
While looking into this, I also noticed that netns.c does not actually use
anything from <sys/types.h>, <sys/stat.h> or <sys/socket.h>, and that <errno.h>
is included twice. These includes appear to be leftovers.
I can drop the unused headers as part of this change (or in a follow-up
cleanup patch, if you prefer).
To view, visit change 41878. To unsubscribe, or for help writing mail filters, visit settings.