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/msvar.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/msvar.h')
| -rw-r--r-- | sys/arch/atari/dev/msvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/atari/dev/msvar.h b/sys/arch/atari/dev/msvar.h index 125629895a0..03beaa3797c 100644 --- a/sys/arch/atari/dev/msvar.h +++ b/sys/arch/atari/dev/msvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: msvar.h,v 1.2 2000/03/23 06:36:04 thorpej Exp $ */ +/* $NetBSD: msvar.h,v 1.3 2009/03/14 14:45:56 dsl Exp $ */ /* * Copyright (c) 1996 Leo Weppelman @@ -58,8 +58,8 @@ struct ms_softc { }; #ifdef _KERNEL -void mouse_soft __P((REL_MOUSE *, int, int)); -int mouseattach __P((int)); +void mouse_soft(REL_MOUSE *, int, int); +int mouseattach(int); #endif /* _KERNEL */ #endif /* _MSVAR_H */ |
