Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2003 05:04:50 -0800 (PST)
From:      Alexander Langer <alex@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27109 for review
Message-ID:  <200303191304.h2JD4oRp057009@repoman.freebsd.org>

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

Change 27109 by alex@alex_fump on 2003/03/19 05:03:56

	temporarily fix type of savectx to make that compile

Affected files ...

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

Differences ...

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

@@ -134,7 +134,7 @@
 {
 }
 
-void
+int
 savectx(struct pcb *pcb)
 {
 }

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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