Date: Wed, 2 Jan 2008 22:24:33 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132341 for review Message-ID: <200801022224.m02MOXBi007282@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132341 Change 132341 by imp@imp_paco-paco on 2008/01/02 22:24:23 Remove redundant decl Affected files ... .. //depot/projects/mips2-jnpr/src/sys/mips/include/reg.h#4 edit Differences ... ==== //depot/projects/mips2-jnpr/src/sys/mips/include/reg.h#4 (text+ko) ==== @@ -69,7 +69,6 @@ }; #ifdef _KERNEL -void exec_setregs(struct thread *, u_long, u_long, u_long); int fill_fpregs(struct thread *, struct fpreg *); int fill_regs(struct thread *, struct reg *); int set_fpregs(struct thread *, struct fpreg *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801022224.m02MOXBi007282>