Module Name:    src
Committed By:   matt
Date:           Thu Feb 24 00:40:09 UTC 2011

Modified Files:
        src/sys/arch/mips/include: mcontext.h

Log Message:
make sure to define _UC_MACHINE32_PAD


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mips/include/mcontext.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/mcontext.h
diff -u src/sys/arch/mips/include/mcontext.h:1.13 src/sys/arch/mips/include/mcontext.h:1.14
--- src/sys/arch/mips/include/mcontext.h:1.13	Wed Feb 23 07:47:09 2011
+++ src/sys/arch/mips/include/mcontext.h	Thu Feb 24 00:40:09 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: mcontext.h,v 1.13 2011/02/23 07:47:09 matt Exp $	*/
+/*	$NetBSD: mcontext.h,v 1.14 2011/02/24 00:40:09 matt Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -145,7 +145,8 @@
 
 #endif /* !__ASSEMBLER__ */
 
-#define _UC_MACHINE_PAD	16	/* Padding appended to ucontext_t */
+#define _UC_MACHINE_PAD		16	/* Padding appended to ucontext_t */
+#define _UC_MACHINE32_PAD	16	/* Padding appended to ucontext_t */
 
 #define	_UC_SETSTACK	0x00010000
 #define	_UC_CLRSTACK	0x00020000

Reply via email to