PERFORCE change 28242 for review
Juli Mallett
jmallett at FreeBSD.org
Sat Apr 5 11:14:05 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=28242
Change 28242 by jmallett at 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);
+}
More information about the p4-projects
mailing list