Add missing windows dependency

This commit is contained in:
Cameron Moore
2019-12-29 18:08:35 -06:00
parent 876c853073
commit e1634fe669
231 changed files with 72439 additions and 37782 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func UnixCredentials(ucred *Ucred) []byte {
h.Level = SOL_SOCKET
h.Type = SCM_CREDENTIALS
h.SetLen(CmsgLen(SizeofUcred))
*((*Ucred)(cmsgData(h))) = *ucred
*(*Ucred)(h.data(0)) = *ucred
return b
}