FreeBSD Bugzilla – Attachment 60449 Details for
Bug 90731
[patch] one typo and one mistake in unix(4)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 576 bytes, created by
Andrey Simonenko
on 2005-12-21 07:00:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrey Simonenko
Created:
2005-12-21 07:00:14 UTC
Size:
576 bytes
patch
obsolete
>--- unix.4.orig Thu Nov 24 09:08:10 2005 >+++ unix.4 Mon Dec 19 19:56:31 2005 >@@ -228,7 +228,7 @@ > as follows: > .Bd -literal > struct sockcred { >- id_t sc_uid; /* real user id */ >+ uid_t sc_uid; /* real user id */ > uid_t sc_euid; /* effective user id */ > gid_t sc_gid; /* real group id */ > gid_t sc_egid; /* effective group id */ >@@ -247,7 +247,7 @@ > .Vt cmsghdr > fields have the following values: > .Bd -literal >-cmsg_len = sizeof(struct cmsghdr) + SOCKCREDSIZE(ngroups) >+cmsg_len = CMSG_LEN(SOCKCREDSIZE(ngroups)) > cmsg_level = SOL_SOCKET > cmsg_type = SCM_CREDS > .Ed
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 90731
: 60449