Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/ifpga Fix GCC 3.3.1 nits.



details:   https://anonhg.NetBSD.org/src/rev/885caaa0f0fe
branches:  trunk
changeset: 552220:885caaa0f0fe
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Sep 21 19:33:13 2003 +0000

description:
Fix GCC 3.3.1 nits.

diffstat:

 sys/arch/evbarm/ifpga/ifpga_intr.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r ee4bf328f899 -r 885caaa0f0fe sys/arch/evbarm/ifpga/ifpga_intr.h
--- a/sys/arch/evbarm/ifpga/ifpga_intr.h        Sun Sep 21 19:33:10 2003 +0000
+++ b/sys/arch/evbarm/ifpga/ifpga_intr.h        Sun Sep 21 19:33:13 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifpga_intr.h,v 1.1 2003/09/06 11:31:21 rearnsha Exp $  */
+/*     $NetBSD: ifpga_intr.h,v 1.2 2003/09/21 19:33:13 matt Exp $      */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -133,4 +133,4 @@
 
 #endif /* _LOCORE */
 
-#endif _IFPGA_INTR_H_
+#endif /* _IFPGA_INTR_H_ */



Home | Main Index | Thread Index | Old Index