summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_examine.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 05:14:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 05:14:42 +0000
commiteddc6122c99ccaa9c147f78f44588a5757d3f046 (patch)
tree5fcd19c5c990fd9d830071523f9c3dc5cfb35586 /sys/ddb/db_examine.c
parent62379fef927268e564719e3e766bb3900ef387c7 (diff)
downloadFreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.zip
FreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.tar.gz
Remove __P.
Diffstat (limited to 'sys/ddb/db_examine.c')
-rw-r--r--sys/ddb/db_examine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c
index 87143e1..dd1cadd 100644
--- a/sys/ddb/db_examine.c
+++ b/sys/ddb/db_examine.c
@@ -44,8 +44,8 @@
static char db_examine_format[TOK_STRING_SIZE] = "x";
-static void db_examine __P((db_addr_t, char *, int));
-static void db_search __P((db_addr_t, int, db_expr_t, db_expr_t, u_int));
+static void db_examine(db_addr_t, char *, int);
+static void db_search(db_addr_t, int, db_expr_t, db_expr_t, u_int);
/*
* Examine (print) data.
OpenPOWER on IntegriCloud