diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-07-30 21:30:32 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-07-30 21:30:32 +0000 |
commit | bf5a14ff2243191caef62f783bf97e3f2e012687 (patch) | |
tree | 26052a969090afd5343dcc6e1c967368f1ea5c7a /usr.sbin | |
parent | 1161c082493da91e94a0baa70d7c7905371f604a (diff) |
Change:
#define I387 (*(union i387_union *)&(((struct pcb *)curproc->p_addr)->pcb_savefpu.gplemu))
To:
#define I387 (curproc->p_addr->u_pcb.pcb_savefpu.gplemu)
(and add a few includes of sys/user.h to make it work).
Diffstat (limited to 'usr.sbin')
0 files changed, 0 insertions, 0 deletions