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/nvramvar.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/nvramvar.h')
| -rw-r--r-- | sys/arch/atari/dev/nvramvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/dev/nvramvar.h b/sys/arch/atari/dev/nvramvar.h index 0c905de4076..947605ef282 100644 --- a/sys/arch/atari/dev/nvramvar.h +++ b/sys/arch/atari/dev/nvramvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: nvramvar.h,v 1.1 1996/01/06 20:11:09 leo Exp $ */ +/* $NetBSD: nvramvar.h,v 1.2 2009/03/14 14:45:56 dsl Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -48,7 +48,7 @@ struct nvr_softc { /* * Kernel internal interface to read config info from nvram */ -int nvr_get_byte __P((int)); +int nvr_get_byte(int); /* * Error return from nvr_get_byte |
