Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove unnecessary multiple-inclusion-protection fr...



details:   https://anonhg.NetBSD.org/src/rev/1992a7dc4509
branches:  trunk
changeset: 1024509:1992a7dc4509
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Oct 27 01:05:33 2021 +0000

description:
Remove unnecessary multiple-inclusion-protection from these tiny
stub headers.

diffstat:

 sys/arch/dreamcast/include/signal.h |  6 +-----
 sys/arch/evbsh3/include/signal.h    |  6 +-----
 sys/arch/hpcsh/include/signal.h     |  6 +-----
 sys/arch/landisk/include/signal.h   |  7 +------
 4 files changed, 4 insertions(+), 21 deletions(-)

diffs (49 lines):

diff -r 86d919212d3c -r 1992a7dc4509 sys/arch/dreamcast/include/signal.h
--- a/sys/arch/dreamcast/include/signal.h       Wed Oct 27 00:04:51 2021 +0000
+++ b/sys/arch/dreamcast/include/signal.h       Wed Oct 27 01:05:33 2021 +0000
@@ -1,7 +1,3 @@
-/*     $NetBSD: signal.h,v 1.1 2000/12/11 18:19:16 marcus Exp $        */
-#ifndef _DREAMCAST_SIGNAL_H_
-#define _DREAMCAST_SIGNAL_H_
+/*     $NetBSD: signal.h,v 1.2 2021/10/27 01:05:33 thorpej Exp $       */
 
 #include <sh3/signal.h>
-
-#endif /* _DREAMCAST_SIGNAL_H_ */
diff -r 86d919212d3c -r 1992a7dc4509 sys/arch/evbsh3/include/signal.h
--- a/sys/arch/evbsh3/include/signal.h  Wed Oct 27 00:04:51 2021 +0000
+++ b/sys/arch/evbsh3/include/signal.h  Wed Oct 27 01:05:33 2021 +0000
@@ -1,7 +1,3 @@
-/*     $NetBSD: signal.h,v 1.1 1999/09/13 10:30:44 itojun Exp $        */
-#ifndef _EVBSH3_SIGNAL_H_
-#define _EVBSH3_SIGNAL_H_
+/*     $NetBSD: signal.h,v 1.2 2021/10/27 01:05:34 thorpej Exp $       */
 
 #include <sh3/signal.h>
-
-#endif /* _EVBSH3_SIGNAL_H_ */
diff -r 86d919212d3c -r 1992a7dc4509 sys/arch/hpcsh/include/signal.h
--- a/sys/arch/hpcsh/include/signal.h   Wed Oct 27 00:04:51 2021 +0000
+++ b/sys/arch/hpcsh/include/signal.h   Wed Oct 27 01:05:33 2021 +0000
@@ -1,7 +1,3 @@
-/*     $NetBSD: signal.h,v 1.2 2001/01/28 03:31:32 uch Exp $   */
-#ifndef _HPCSH_SIGNAL_H_
-#define _HPCSH_SIGNAL_H_
+/*     $NetBSD: signal.h,v 1.3 2021/10/27 01:05:34 thorpej Exp $       */
 
 #include <sh3/signal.h>
-
-#endif /* _HPCSH_SIGNAL_H_ */
diff -r 86d919212d3c -r 1992a7dc4509 sys/arch/landisk/include/signal.h
--- a/sys/arch/landisk/include/signal.h Wed Oct 27 00:04:51 2021 +0000
+++ b/sys/arch/landisk/include/signal.h Wed Oct 27 01:05:33 2021 +0000
@@ -1,8 +1,3 @@
-/*     $NetBSD: signal.h,v 1.1 2006/09/01 21:26:18 uwe Exp $   */
-
-#ifndef _LANDISK_SIGNAL_H_
-#define _LANDISK_SIGNAL_H_
+/*     $NetBSD: signal.h,v 1.2 2021/10/27 01:05:34 thorpej Exp $       */
 
 #include <sh3/signal.h>
-
-#endif /* _LANDISK_SIGNAL_H_ */



Home | Main Index | Thread Index | Old Index