summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.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_output.h
parent62379fef927268e564719e3e766bb3900ef387c7 (diff)
downloadFreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.zip
FreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.tar.gz
Remove __P.
Diffstat (limited to 'sys/ddb/db_output.h')
-rw-r--r--sys/ddb/db_output.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h
index 8172bbb..cca5a897 100644
--- a/sys/ddb/db_output.h
+++ b/sys/ddb/db_output.h
@@ -38,8 +38,8 @@
* Printing routines for kernel debugger.
*/
-void db_end_line __P((void));
-void db_force_whitespace __P((void));
-int db_print_position __P((void));
+void db_end_line(void);
+void db_force_whitespace(void);
+int db_print_position(void);
#endif /* !_DDB_DB_OUTPUT_H_ */
OpenPOWER on IntegriCloud