Skip to content

Commit 3519b9f

Browse files
committed
Update explanatory link
1 parent 68003e5 commit 3519b9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

transport_unixcred_dragonfly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The UnixCredentials system call is currently only implemented on Linux
22
// http://golang.org/src/pkg/syscall/sockcmsg_linux.go
3-
// https://groups.google.com/forum/#!topic/golang-dev/z7VbyqR1s78
3+
// https://golang.org/s/go1.4-syscall
44
// http://code.google.com/p/go/source/browse/unix/sockcmsg_linux.go?repo=sys
55

66
// Local implementation of the UnixCredentials system call for DragonFly BSD

transport_unixcred_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The UnixCredentials system call is currently only implemented on Linux
22
// http://golang.org/src/pkg/syscall/sockcmsg_linux.go
3-
// https://groups.google.com/forum/#!topic/golang-dev/z7VbyqR1s78
3+
// https://golang.org/s/go1.4-syscall
44
// http://code.google.com/p/go/source/browse/unix/sockcmsg_linux.go?repo=sys
55

66
package dbus

0 commit comments

Comments
 (0)