FreeBSD Bugzilla – Attachment 88798 Details for
Bug 125630
[patch] modstat(2) contains outdated union modspecific
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 433 bytes, created by
Mateusz Guzik
on 2008-07-15 10:40:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mateusz Guzik
Created:
2008-07-15 10:40:03 UTC
Size:
433 bytes
patch
obsolete
>--- lib/libc/sys/modstat.2.orig 2008-07-15 11:29:21.000000000 +0200 >+++ lib/libc/sys/modstat.2 2008-07-15 11:31:34.000000000 +0200 >@@ -53,13 +53,13 @@ > int id; > modspecific_t data; > }; > typedef union modspecific { > int intval; >- u_int u_intval; >+ u_int uintval; > long longval; >- u_long u_longval; >+ u_long ulongval; > } modspecific_t; > .Ed > .Pp > .Bl -tag -width XXXaddress > .It version
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 125630
: 88798