Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2008 17:22:36 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132312 for review
Message-ID:  <200801021722.m02HMaIx056921@repoman.freebsd.org>

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

Change 132312 by imp@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_ */



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