diff options
author | alfred <alfred@FreeBSD.org> | 2002-03-20 05:48:58 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-03-20 05:48:58 +0000 |
commit | 61bf661405b71b867b513fdce9829fe2621814e2 (patch) | |
tree | 3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/i386/include/apm_bios.h | |
parent | 0a59f1223c856d6130a3ef3b5c5f27b2a6a2296f (diff) | |
download | FreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.zip FreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.tar.gz |
Remove __P.
Diffstat (limited to 'sys/i386/include/apm_bios.h')
-rw-r--r-- | sys/i386/include/apm_bios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/apm_bios.h b/sys/i386/include/apm_bios.h index 52212fe..208d80b 100644 --- a/sys/i386/include/apm_bios.h +++ b/sys/i386/include/apm_bios.h @@ -144,7 +144,7 @@ /* C definitions */ struct apmhook { struct apmhook *ah_next; - int (*ah_fun) __P((void *ah_arg)); + int (*ah_fun)(void *ah_arg); void *ah_arg; const char *ah_name; int ah_order; |