FreeBSD Bugzilla – Attachment 198 Details for
Bug 993
g++ complains about /usr/include/machine/cpufunc.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 933 bytes, created by
smp
on 1996-02-03 21:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
smp
Created:
1996-02-03 21:00:02 UTC
Size:
933 bytes
patch
obsolete
>*** cpufunc.h.orig Sat Feb 3 13:45:14 1996 >--- cpufunc.h Sat Feb 3 13:48:33 1996 >*************** >*** 307,313 **** > static __inline void > insque(void *a, void *b) > { >! struct quehead *element = a, *head = b; > > element->qh_link = head->qh_link; > element->qh_rlink = head; >--- 307,314 ---- > static __inline void > insque(void *a, void *b) > { >! struct quehead *element = >! (struct quehead*)a, *head = (struct quehead*)b; > > element->qh_link = head->qh_link; > element->qh_rlink = head; >*************** >*** 318,324 **** > static __inline void > remque(void *a) > { >! struct quehead *element = a; > > element->qh_link->qh_rlink = element->qh_rlink; > element->qh_rlink->qh_link = element->qh_link; >--- 319,325 ---- > static __inline void > remque(void *a) > { >! struct quehead *element = (struct quehead *)a; > > element->qh_link->qh_rlink = element->qh_rlink; > element->qh_rlink->qh_link = element->qh_link;
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 993
: 198