Remove __P.

This commit is contained in:
Alfred Perlstein 2002-03-20 06:48:11 +00:00
parent b63dc6ad47
commit e57574233a

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;