Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include Fix the multiple inclusion protection. ...
details: https://anonhg.NetBSD.org/src/rev/8b59ba5ba52a
branches: trunk
changeset: 587701:8b59ba5ba52a
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Feb 02 06:39:05 2006 +0000
description:
Fix the multiple inclusion protection. hi dsl.
diffstat:
sys/arch/sh3/include/byte_swap.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 7a3f71a14e8a -r 8b59ba5ba52a sys/arch/sh3/include/byte_swap.h
--- a/sys/arch/sh3/include/byte_swap.h Thu Feb 02 05:52:23 2006 +0000
+++ b/sys/arch/sh3/include/byte_swap.h Thu Feb 02 06:39:05 2006 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: byte_swap.h,v 1.1 2006/01/31 07:58:56 dsl Exp $ */
+/* $NetBSD: byte_swap.h,v 1.2 2006/02/02 06:39:05 skrll Exp $ */
/* Written by Manuel Bouyer. Public domain */
-#ifndef _SH3_BSWAP_H_
-#define _SH3_BSWAP_H_
+#ifndef _SH3_BYTE_SWAP_H_
+#define _SH3_BYTE_SWAP_H_
#include <sys/cdefs.h>
@@ -37,4 +37,4 @@
__END_DECLS
#endif /* _KERNEL */
-#endif /* !_SH3_BSWAP_H_ */
+#endif /* !_SH3_BYPE_SWAP_H_ */
Home |
Main Index |
Thread Index |
Old Index