FreeBSD Bugzilla – Attachment 18415 Details for
Bug 33117
[patch] empty struct md_coredump in pcb.h and user.h violates strict ansi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 731 bytes, created by
marcolz
on 2001-12-23 19:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
marcolz
Created:
2001-12-23 19:30:00 UTC
Size:
731 bytes
patch
obsolete
>--- /usr/src/sys/i386/include/pcb.h Sun Sep 5 18:30:26 1999 >+++ /usr/src/sys/i386/include/pcb.h Sun Sep 5 18:31:00 1999 >@@ -86,8 +86,10 @@ > * The pcb is augmented with machine-dependent additional data for > * core dumps. For the i386: ??? > */ >+#if ! defined(__STRICT_ANSI__) > struct md_coredump { > }; >+#endif > > #ifdef _KERNEL > >--- /usr/src/sys/sys/origuser.h Thu Oct 11 12:05:10 2001 >+++ /usr/src/sys/sys/user.h Tue Nov 13 19:38:48 2001 >@@ -106,7 +106,10 @@ > * Remaining fields for a.out core dumps - not valid at other times! > */ > struct kinfo_proc u_kproc; /* proc + eproc */ >+ >+#if !defined(__STRICT_ANSI__) /* no empty structs please */ > struct md_coredump u_md; /* machine dependent glop */ >+#endif > }; > > #endif
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 33117
: 18415