Module Name:    src
Committed By:   uebayasi
Date:           Tue Aug 18 15:04:23 UTC 2009

Modified Files:
        src/lib/libc/arch/mips/gen [matt-nb5-mips64]: swapcontext.S

Log Message:
Include assym.h.  Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.3.14.2 -r1.3.14.3 src/lib/libc/arch/mips/gen/swapcontext.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/gen/swapcontext.S
diff -u src/lib/libc/arch/mips/gen/swapcontext.S:1.3.14.2 src/lib/libc/arch/mips/gen/swapcontext.S:1.3.14.3
--- src/lib/libc/arch/mips/gen/swapcontext.S:1.3.14.2	Tue Aug 18 06:52:09 2009
+++ src/lib/libc/arch/mips/gen/swapcontext.S	Tue Aug 18 15:04:23 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: swapcontext.S,v 1.3.14.2 2009/08/18 06:52:09 matt Exp $	*/
+/*	$NetBSD: swapcontext.S,v 1.3.14.3 2009/08/18 15:04:23 uebayasi Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,9 +30,10 @@
  */
 
 #include "SYS.h"
+#include "assym.h"
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
-	RCSID("$NetBSD: swapcontext.S,v 1.3.14.2 2009/08/18 06:52:09 matt Exp $")
+	RCSID("$NetBSD: swapcontext.S,v 1.3.14.3 2009/08/18 15:04:23 uebayasi Exp $")
 #endif /* SYSLIBC_SCCS && !lint */
 
 	.set	reorder

Reply via email to