Remove __P.

This commit is contained in:
Alfred Perlstein 2002-03-20 06:48:11 +00:00
parent b63dc6ad47
commit e57574233a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92762

View File

@ -49,7 +49,7 @@
#include <i386/apm/apm.h>
#endif
extern int apm_display __P((int newstate));
extern int apm_display(int newstate);
extern struct apm_softc apm_softc;