Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/include Add multiple inclusion protection.
details: https://anonhg.NetBSD.org/src/rev/37f22342e646
branches: trunk
changeset: 552174:37f22342e646
user: matt <matt%NetBSD.org@localhost>
date: Sat Sep 20 22:26:16 2003 +0000
description:
Add multiple inclusion protection.
diffstat:
sys/arch/hppa/include/signal.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r bebdf34f6888 -r 37f22342e646 sys/arch/hppa/include/signal.h
--- a/sys/arch/hppa/include/signal.h Sat Sep 20 22:25:40 2003 +0000
+++ b/sys/arch/hppa/include/signal.h Sat Sep 20 22:26:16 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.2 2003/04/28 23:16:19 bjh21 Exp $ */
+/* $NetBSD: signal.h,v 1.3 2003/09/20 22:26:16 matt Exp $ */
/* $OpenBSD: signal.h,v 1.1 1998/06/23 19:45:27 mickey Exp $ */
@@ -25,6 +25,9 @@
* Utah $Hdr: signal.h 1.3 94/12/16$
*/
+#ifndef _HPPA_SIGNAL_H__
+#define _HPPA_SIGNAL_H__
+
/*
* Machine-dependent signal definitions
*/
@@ -100,3 +103,5 @@
};
#endif /* _KERNEL */
+
+#endif /* _HPPA_SIGNAL_H__ */
Home |
Main Index |
Thread Index |
Old Index