Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 12:07:35 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27376 for review
Message-ID:  <200303252007.h2PK7ZSe094210@repoman.freebsd.org>

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

Change 27376 by jmallett@jmallett_dalek on 2003/03/25 12:06:41

	Add headers for prototypes.  Return from a function which returns a
	value.

Affected files ...

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

Differences ...

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

@@ -29,8 +29,10 @@
 #include <sys/param.h>
 #include <sys/conf.h>
 #include <sys/systm.h>
+#include <sys/imgact.h>
 #include <sys/ucontext.h>
 #include <sys/proc.h>
+#include <sys/ptrace.h>
 #include <sys/user.h>
 
 #include <machine/cpufunc.h>
@@ -137,4 +139,5 @@
 int
 savectx(struct pcb *pcb)
 {
+	return (0);
 }

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?200303252007.h2PK7ZSe094210>