diff options
author | 2003-07-30 21:30:31 +0000 | |
---|---|---|
committer | 2003-07-30 21:30:31 +0000 | |
commit | 996a1d4d3ab8dd252c511e0c2b00f32472940476 (patch) | |
tree | e90e6b61e90b542bd6c44c48f8c5eb97d0d876c4 /usr.bin/diff/diffreg.c | |
parent | deduce the leds address from the model number and thus make some more use of that lichtenblinkenschmutz on some more machinens (diff) | |
download | wireguard-openbsd-996a1d4d3ab8dd252c511e0c2b00f32472940476.tar.xz wireguard-openbsd-996a1d4d3ab8dd252c511e0c2b00f32472940476.zip |
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.bin/diff/diffreg.c')
0 files changed, 0 insertions, 0 deletions