libgo: Update to weekly.2011-11-02.
From-SVN: r181964
This commit is contained in:
parent
02e9018f16
commit
2fd401c8f1
499 changed files with 4056 additions and 4239 deletions
|
@ -6,11 +6,9 @@
|
|||
|
||||
package net
|
||||
|
||||
import "os"
|
||||
|
||||
// If the ifindex is zero, interfaceMulticastAddrTable returns
|
||||
// addresses for all network interfaces. Otherwise it returns
|
||||
// addresses for a specific interface.
|
||||
func interfaceMulticastAddrTable(ifindex int) ([]Addr, os.Error) {
|
||||
func interfaceMulticastAddrTable(ifindex int) ([]Addr, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue