Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/include Protect against multiple inclusion.
details: https://anonhg.NetBSD.org/src/rev/65fa92525240
branches: trunk
changeset: 500388:65fa92525240
user: tron <tron%NetBSD.org@localhost>
date: Mon Dec 11 11:39:06 2000 +0000
description:
Protect against multiple inclusion.
diffstat:
sys/arch/i386/include/frame.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 1f85b254cca3 -r 65fa92525240 sys/arch/i386/include/frame.h
--- a/sys/arch/i386/include/frame.h Mon Dec 11 10:22:55 2000 +0000
+++ b/sys/arch/i386/include/frame.h Mon Dec 11 11:39:06 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: frame.h,v 1.13 1998/08/15 05:10:24 mycroft Exp $ */
+/* $NetBSD: frame.h,v 1.14 2000/12/11 11:39:06 tron Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -74,6 +74,9 @@
* @(#)frame.h 5.2 (Berkeley) 1/18/91
*/
+#ifndef _I386_FRAME_H_
+#define _I386_FRAME_H_
+
#include <sys/signal.h>
/*
@@ -155,3 +158,5 @@
sig_t sf_handler;
struct sigcontext sf_sc;
};
+
+#endif /* _I386_FRAME_H_ */
Home |
Main Index |
Thread Index |
Old Index