| Submitter | Ian Taylor |
|---|---|
| Date | Jan. 19, 2011, 11:03 p.m. |
| Message ID | <mcrzkqw7ayf.fsf@google.com> |
| Download | mbox | patch |
| Permalink | /patch/79624/ |
| State | New |
| Headers | show |
Comments
Patch
diff -r 8fe8cce38fe6 libgo/Makefile.am --- a/libgo/Makefile.am Wed Jan 19 12:53:45 2011 -0800 +++ b/libgo/Makefile.am Wed Jan 19 15:01:55 2011 -0800 @@ -1095,7 +1095,7 @@ if LIBGO_IS_SOLARIS syscall_socket_os_file = syscalls/socket_solaris.go else -syscall_socket_os_file = syscalls_socket_bsd.go +syscall_socket_os_file = syscalls/socket_bsd.go endif endif