Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2003 22:48:36 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29866 for review
Message-ID:  <200304270548.h3R5marO001719@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29866

Change 29866 by jmallett@jmallett_dalek on 2003/04/26 22:47:35

	Chase *context api changes.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/machdep.c#12 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/machdep.c#12 (text+ko) ====

@@ -83,7 +83,7 @@
 }
 
 int
-get_mcontext(struct thread *td, mcontext_t *mcp)
+get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret)
 {
 	return (0);
 }


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304270548.h3R5marO001719>