svn commit: r278412 - stable/10/sys/ia64/ia64
Peter Wemm
peter at FreeBSD.org
Sun Feb 8 22:17:21 UTC 2015
Author: peter
Date: Sun Feb 8 22:17:20 2015
New Revision: 278412
URL: https://svnweb.freebsd.org/changeset/base/278412
Log:
Repair ia64 build after r278347 - remove const from set_mcontext
Modified:
stable/10/sys/ia64/ia64/machdep.c
Modified: stable/10/sys/ia64/ia64/machdep.c
==============================================================================
--- stable/10/sys/ia64/ia64/machdep.c Sun Feb 8 22:11:24 2015 (r278411)
+++ stable/10/sys/ia64/ia64/machdep.c Sun Feb 8 22:17:20 2015 (r278412)
@@ -1262,7 +1262,7 @@ get_mcontext(struct thread *td, mcontext
}
int
-set_mcontext(struct thread *td, const mcontext_t *mc)
+set_mcontext(struct thread *td, mcontext_t *mc)
{
struct _special s;
struct trapframe *tf;
More information about the svn-src-stable-10
mailing list