Module Name: src
Committed By: uebayasi
Date: Tue Aug 18 15:16:23 UTC 2009
Modified Files:
src/lib/libc/arch/mips/sys [matt-nb5-mips64]: getcontext.S
Log Message:
Include assym.h for _OFFSETOF_UC_GREGS.
To generate a diff of this commit:
cvs rdiff -u -r1.3.14.1 -r1.3.14.2 src/lib/libc/arch/mips/sys/getcontext.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/arch/mips/sys/getcontext.S
diff -u src/lib/libc/arch/mips/sys/getcontext.S:1.3.14.1 src/lib/libc/arch/mips/sys/getcontext.S:1.3.14.2
--- src/lib/libc/arch/mips/sys/getcontext.S:1.3.14.1 Sun Aug 16 03:36:02 2009
+++ src/lib/libc/arch/mips/sys/getcontext.S Tue Aug 18 15:16:23 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: getcontext.S,v 1.3.14.1 2009/08/16 03:36:02 matt Exp $ */
+/* $NetBSD: getcontext.S,v 1.3.14.2 2009/08/18 15:16:23 uebayasi Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,10 +30,11 @@
*/
#include "SYS.h"
+#include "assym.h"
#include <machine/mcontext.h>
#if defined(SYSLIBC_SCCS) && !defined(lint)
- RCSID("$NetBSD: getcontext.S,v 1.3.14.1 2009/08/16 03:36:02 matt Exp $")
+ RCSID("$NetBSD: getcontext.S,v 1.3.14.2 2009/08/18 15:16:23 uebayasi Exp $")
#endif /* SYSLIBC_SCCS && !lint */
#ifdef WEAK_ALIAS