PERFORCE change 132312 for review

Warner Losh imp at FreeBSD.org
Wed Jan 2 09:22:37 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132312

Change 132312 by imp at imp_paco-paco on 2008/01/02 17:22:28

	Add back missing ) that the style commits dropped.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/db_machdep.h#4 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/db_machdep.h#4 (text+ko) ====

@@ -94,6 +94,6 @@
 int db_inst_type(int);
 void db_dump_tlb(int, int);
 db_addr_t branch_taken(int inst, db_addr_t pc);
-void stacktrace_subr(db_regs_t *, int (*)(const char *, ...);
+void stacktrace_subr(db_regs_t *, int (*)(const char *, ...));
 
 #endif	/* !_MIPS_DB_MACHDEP_H_ */


More information about the p4-projects mailing list