move src/syscall to src/lib/syscall.
enforce rule: all kernel data structures and constants go in syscall module. move things that should be in syscall out of net. make net a single package. R=r OCL=15985 CL=15994
Showing
src/lib/net/fd_darwin.go
0 → 100644
src/lib/net/fd_linux.go
0 → 100644
This diff is collapsed.
src/lib/net/net_darwin.go
0 → 100644
src/lib/net/net_linux.go
0 → 100644
src/lib/syscall/Makefile
0 → 100644
src/lib/syscall/mkdarwin
0 → 100755
src/lib/syscall/mklinux
0 → 100755
This diff is collapsed.
src/syscall/Makefile
deleted
100644 → 0
Please
register
or
sign in
to comment