Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2003 11:14:02 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28242 for review
Message-ID:  <200304051914.h35JE2If004422@repoman.freebsd.org>

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

Change 28242 by jmallett@jmallett_dalek on 2003/04/05 11:13:45

	Drag over the casuptr() stub.

Affected files ...

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

Differences ...

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

@@ -141,3 +141,9 @@
 {
 	return (0);
 }
+
+intptr_t
+casuptr(intptr_t *p, intptr_t old, intptr_t new)
+{
+	return (-1);
+}



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