syscall_net: Fix bugs in socket() call
authorAlan Cox <alan@linux.intel.com>
Tue, 12 Jan 2016 23:19:51 +0000 (23:19 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 12 Jan 2016 23:19:51 +0000 (23:19 +0000)
commitd497956625779949447c72d0b2cb951b3fb0f22f
tree3714bcd00dfb5a0e2386cabf4e8bd0d2ff80df73
parent56f534e4476dee2cbe527790b9511aa20dae0ddf
syscall_net: Fix bugs in socket() call

At this point we can actually create and close sockets. Not yet tried doing
anything with them!
Kernel/syscall_net.c