summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-27 23:02:57 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-27 23:02:57 +0000
commitfe7ff1706e323d0e5ed83972960a1ecc1ee538b3 (patch)
treeea981c326df87ea42e09628e63ac53fdc4c0f9d0 /include/asm-mips
parentbf78a0c2204c5db7d03f193abdae9128a96d8e61 (diff)
More random merges.
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/sigcontext.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/include/asm-mips/sigcontext.h b/include/asm-mips/sigcontext.h
index 913dc1c95..748e3d542 100644
--- a/include/asm-mips/sigcontext.h
+++ b/include/asm-mips/sigcontext.h
@@ -1,16 +1,13 @@
-/*
- * include/asm-mips/sigcontext.h
+/* $Id: sigcontext.h,v 1.5 1997/12/16 05:36:43 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1996, 1997 by Ralf Baechle
- *
- * $Id: sigcontext.h,v 1.4 1997/12/01 18:00:42 ralf Exp $
+ * Copyright (C) 1996, 1997, 2000 by Ralf Baechle
*/
-#ifndef __ASM_MIPS_SIGCONTEXT_H
-#define __ASM_MIPS_SIGCONTEXT_H
+#ifndef _ASM_SIGCONTEXT_H
+#define _ASM_SIGCONTEXT_H
/*
* Keep this struct definition in sync with the sigcontext fragment
@@ -35,4 +32,4 @@ struct sigcontext {
unsigned long sc_sigset[4]; /* kernel's sigset_t */
};
-#endif /* __ASM_MIPS_SIGCONTEXT_H */
+#endif /* _ASM_SIGCONTEXT_H */