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/arch/atari/dev/viewvar.h | |
| 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/arch/atari/dev/viewvar.h')
| -rw-r--r-- | sys/arch/atari/dev/viewvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/atari/dev/viewvar.h b/sys/arch/atari/dev/viewvar.h index 9125756b12d..a04e745f87a 100644 --- a/sys/arch/atari/dev/viewvar.h +++ b/sys/arch/atari/dev/viewvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: viewvar.h,v 1.6 2005/12/11 12:16:54 christos Exp $ */ +/* $NetBSD: viewvar.h,v 1.7 2009/03/14 14:45:56 dsl Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps @@ -61,7 +61,7 @@ enum view_unit_flags { }; #ifdef _KERNEL -view_t *viewview __P((dev_t)); -int viewprobe __P((void)); +view_t *viewview(dev_t); +int viewprobe(void); #endif /* _KERNEL */ |
