summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/grfabs_tt.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/atari/dev/grfabs_tt.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/atari/dev/grfabs_tt.h')
-rw-r--r--sys/arch/atari/dev/grfabs_tt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/dev/grfabs_tt.h b/sys/arch/atari/dev/grfabs_tt.h
index 5e9f4564a8b..f935c524313 100644
--- a/sys/arch/atari/dev/grfabs_tt.h
+++ b/sys/arch/atari/dev/grfabs_tt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: grfabs_tt.h,v 1.1 1996/09/16 06:50:34 leo Exp $ */
+/* $NetBSD: grfabs_tt.h,v 1.2 2009/03/14 14:45:56 dsl Exp $ */
/*
* Copyright (c) 1996 Leo Weppelman.
@@ -44,5 +44,5 @@
(((0x000000f0 & (v)) * 0xff / 0xf) << 4) |\
(0x0000000f & (v)) * 0xff / 0xf)
-void tt_probe_video __P((MODES *));
+void tt_probe_video(MODES *);
#endif /* _GRFABS_TT_H */