|
Lines 106-112
Link Here
|
| 106 |
* Remaining fields for a.out core dumps - not valid at other times! |
106 |
* Remaining fields for a.out core dumps - not valid at other times! |
| 107 |
*/ |
107 |
*/ |
| 108 |
struct kinfo_proc u_kproc; /* proc + eproc */ |
108 |
struct kinfo_proc u_kproc; /* proc + eproc */ |
|
|
109 |
|
| 110 |
#if !defined(__STRICT_ANSI__) /* no empty structs please */ |
| 109 |
struct md_coredump u_md; /* machine dependent glop */ |
111 |
struct md_coredump u_md; /* machine dependent glop */ |
|
|
112 |
#endif |
| 110 |
}; |
113 |
}; |
| 111 |
|
114 |
|
| 112 |
#endif |
115 |
#endif |