From 7397cc951b9891102be19d9bf14104ba3fcba1d4 Mon Sep 17 00:00:00 2001 From: hvozda Date: Mon, 29 Apr 1996 15:25:35 +0000 Subject: [PATCH] Hmmm, guess we really do need that #endif :-) --- sys/dev/ic/i82365reg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/ic/i82365reg.h b/sys/dev/ic/i82365reg.h index 1f0a8f77858..23bc051468e 100644 --- a/sys/dev/ic/i82365reg.h +++ b/sys/dev/ic/i82365reg.h @@ -8,7 +8,7 @@ * Support is included for Intel 82365SL PCIC controllers and clones * thereof. * - * $Id: i82365reg.h,v 1.2 1996/04/29 14:15:58 hvozda Exp $ + * $Id: i82365reg.h,v 1.3 1996/04/29 15:25:35 hvozda Exp $ ***********************************************************************/ /* @@ -230,3 +230,4 @@ struct pcic_regs { #endif /* __82365_H__ */ #ifndef __82365_H__ #define __82365_H__ +#endif -- 2.20.1