PERFORCE change 132348 for review

Warner Losh imp at FreeBSD.org
Wed Jan 2 15:17:06 PST 2008


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

Change 132348 by imp at imp_paco-paco on 2008/01/02 23:16:08

	These are now declared in headers

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/db_trace.c#4 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/db_trace.c#4 (text+ko) ====

@@ -21,11 +21,6 @@
 
 #include <ddb/ddb.h>
 
-int  db_md_set_watchpoint   __P((db_expr_t addr, db_expr_t size));
-int  db_md_clr_watchpoint   __P((db_expr_t addr, db_expr_t size));
-void db_md_list_watchpoints __P((void));
-
-
 int
 db_md_set_watchpoint(db_expr_t addr, db_expr_t size)
 {


More information about the p4-projects mailing list