Skip to content

Commit

Permalink
Update explanatory link
Browse files Browse the repository at this point in the history
  • Loading branch information
varialus committed Sep 8, 2014
1 parent 68003e5 commit 3519b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transport_unixcred_dragonfly.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The UnixCredentials system call is currently only implemented on Linux
// http://golang.org/src/pkg/syscall/sockcmsg_linux.go
// https://groups.google.com/forum/#!topic/golang-dev/z7VbyqR1s78
// https://golang.org/s/go1.4-syscall
// http://code.google.com/p/go/source/browse/unix/sockcmsg_linux.go?repo=sys

// Local implementation of the UnixCredentials system call for DragonFly BSD
Expand Down
2 changes: 1 addition & 1 deletion transport_unixcred_linux.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The UnixCredentials system call is currently only implemented on Linux
// http://golang.org/src/pkg/syscall/sockcmsg_linux.go
// https://groups.google.com/forum/#!topic/golang-dev/z7VbyqR1s78
// https://golang.org/s/go1.4-syscall
// http://code.google.com/p/go/source/browse/unix/sockcmsg_linux.go?repo=sys

package dbus
Expand Down

0 comments on commit 3519b9f

Please sign in to comment.