From: hvozda Date: Mon, 29 Apr 1996 15:25:35 +0000 (+0000) Subject: Hmmm, guess we really do need that #endif :-) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7397cc951b9891102be19d9bf14104ba3fcba1d4;p=openbsd Hmmm, guess we really do need that #endif :-) --- 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