From 344bbdbd54a149f8a485b403007d2ba31f641fe1 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 16 Aug 2004 19:05:08 +0000 Subject: [PATCH] As I said: the previous commit was untested... Remove an #endif which should have ceased to exist when its corresponding #if was removed. --- sys/ia64/include/pcb.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/ia64/include/pcb.h b/sys/ia64/include/pcb.h index 6afe5e67632..5d250bfeefd 100644 --- a/sys/ia64/include/pcb.h +++ b/sys/ia64/include/pcb.h @@ -53,7 +53,6 @@ struct pcb { uint64_t pcb_ia32_fdr; uint64_t pcb_ia32_fir; uint64_t pcb_ia32_fsr; -#endif }; #ifdef _KERNEL