diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-01 14:08:08 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-01 14:08:08 +0000 |
| commit | c2b6013026cc4b171c890e3569d3b6fcc32b3dcc (patch) | |
| tree | a34985f9dc2bb70925d55704f6250b11018650f8 /sys/amd64/include/pcb.h | |
| parent | 0d5858f26562b207d1e2e033350c834a68d70ae0 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/pcb.h')
| -rw-r--r-- | sys/amd64/include/pcb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h index 50cff0774718..fd06e7c6bbba 100644 --- a/sys/amd64/include/pcb.h +++ b/sys/amd64/include/pcb.h @@ -79,6 +79,9 @@ struct pcb { * core dumps. For the i386: ??? */ struct md_coredump { +#ifdef lint + int dummy; +#endif }; #ifdef _KERNEL |
