summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/aedvar.h
diff options
context:
space:
mode:
authordsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
committerdsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
commit02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch)
tree9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/arch/macppc/dev/aedvar.h
parentdfbb3f921a23a1aba4463f31ef9233ac94ce606c (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/macppc/dev/aedvar.h')
-rw-r--r--sys/arch/macppc/dev/aedvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/aedvar.h b/sys/arch/macppc/dev/aedvar.h
index 5faefcb149e..09ed2254ed4 100644
--- a/sys/arch/macppc/dev/aedvar.h
+++ b/sys/arch/macppc/dev/aedvar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: aedvar.h,v 1.3 2002/09/06 13:18:43 gehenna Exp $ */
+/* $NetBSD: aedvar.h,v 1.4 2009/03/14 14:46:01 dsl Exp $ */
/*
* Copyright (C) 1994 Bradley A. Grantham
@@ -72,4 +72,4 @@ struct aed_softc {
/* Options */
#define AED_MSEMUL 0x1 /* emulate mouse buttons */
-void aed_input __P((adb_event_t *event));
+void aed_input(adb_event_t *event);