go.dbus icon indicating copy to clipboard operation
go.dbus copied to clipboard

transport_darwin is the right way for all (non-linux) unix systems

Open reezer opened this issue 8 years ago • 0 comments

In #33 it was decided to not pin the Ucred calls to Linux only. However this would have been the right thing to do, even for BSDs.

See these for reference:

  • https://github.com/golang/sys/blob/master/unix/sockcmsg_linux.go
  • https://github.com/golang/sys/blob/master/unix/sockcmsg_unix.go

reezer avatar Feb 26 '17 17:02 reezer