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/grfabs_et.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/grfabs_et.h')
| -rw-r--r-- | sys/arch/atari/dev/grfabs_et.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/atari/dev/grfabs_et.h b/sys/arch/atari/dev/grfabs_et.h index c6976d6fbac..2dc5eeb9491 100644 --- a/sys/arch/atari/dev/grfabs_et.h +++ b/sys/arch/atari/dev/grfabs_et.h @@ -1,4 +1,4 @@ -/* $NetBSD: grfabs_et.h,v 1.1 1996/10/11 21:02:48 leo Exp $ */ +/* $NetBSD: grfabs_et.h,v 1.2 2009/03/14 14:45:56 dsl Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. @@ -57,7 +57,7 @@ typedef struct { /* actually longer... */ } save_area_t; -void et_hwrest __P((et_sv_reg_t *)); -void et_hwsave __P((et_sv_reg_t *)); -int et_probe_card __P((void)); -void et_probe_video __P((MODES *)); +void et_hwrest(et_sv_reg_t *); +void et_hwsave(et_sv_reg_t *); +int et_probe_card(void); +void et_probe_video(MODES *); |
