summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_variables.h
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_variables.h
parent62379fef927268e564719e3e766bb3900ef387c7 (diff)
downloadFreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.zip
FreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.tar.gz
Remove __P.
Diffstat (limited to 'sys/ddb/db_variables.h')
-rw-r--r--sys/ddb/db_variables.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h
index f430f0d..6c05118 100644
--- a/sys/ddb/db_variables.h
+++ b/sys/ddb/db_variables.h
@@ -38,8 +38,7 @@
* Debugger variables.
*/
struct db_variable;
-typedef int db_varfcn_t __P((struct db_variable *vp, db_expr_t *valuep,
- int op));
+typedef int db_varfcn_t(struct db_variable *vp, db_expr_t *valuep, int op);
struct db_variable {
char *name; /* Name of variable */
db_expr_t *valuep; /* value of variable */
@@ -53,6 +52,6 @@ struct db_variable {
extern struct db_variable db_regs[]; /* machine registers */
extern struct db_variable *db_eregs;
-void db_read_variable __P((struct db_variable *, db_expr_t *));
+void db_read_variable(struct db_variable *, db_expr_t *);
#endif /* _!DDB_DB_VARIABLES_H_ */
OpenPOWER on IntegriCloud