diff options
| author | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
| commit | 02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch) | |
| tree | 9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/ddb | |
| parent | dfbb3f921a23a1aba4463f31ef9233ac94ce606c (diff) | |
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
Diffstat (limited to 'sys/ddb')
| -rw-r--r-- | sys/ddb/db_output.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 3d848c690dd..694afc26234 100644 --- a/sys/ddb/db_output.h +++ b/sys/ddb/db_output.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_output.h,v 1.17 2002/06/05 17:53:52 drochner Exp $ */ +/* $NetBSD: db_output.h,v 1.18 2009/03/14 14:46:08 dsl Exp $ */ /* * Mach Operating System @@ -37,7 +37,7 @@ void db_putchar(int); int db_print_position(void); void db_printf(const char *, ...) __attribute__((__format__(__printf__,1,2))); -void db_vprintf __P((const char *, _BSD_VA_LIST_)); +void db_vprintf(const char *, _BSD_VA_LIST_); void db_format_radix(char *, size_t, quad_t, int); void db_format_hex(char *, size_t, quad_t, int); void db_end_line(void); |
