summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_termios.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
commit61bf661405b71b867b513fdce9829fe2621814e2 (patch)
tree3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/compat/svr4/svr4_termios.c
parent0a59f1223c856d6130a3ef3b5c5f27b2a6a2296f (diff)
downloadFreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.zip
FreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.tar.gz
Remove __P.
Diffstat (limited to 'sys/compat/svr4/svr4_termios.c')
-rw-r--r--sys/compat/svr4/svr4_termios.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/compat/svr4/svr4_termios.c b/sys/compat/svr4/svr4_termios.c
index 981aef8..5fdd5a6 100644
--- a/sys/compat/svr4/svr4_termios.c
+++ b/sys/compat/svr4/svr4_termios.c
@@ -50,19 +50,19 @@
# endif
#endif
-static u_long bsd_to_svr4_speed __P((u_long, u_long));
-static u_long svr4_to_bsd_speed __P((u_long, u_long));
-static void svr4_to_bsd_termios __P((const struct svr4_termios *,
- struct termios *, int));
-static void bsd_to_svr4_termios __P((const struct termios *,
- struct svr4_termios *));
-static void svr4_termio_to_termios __P((const struct svr4_termio *,
- struct svr4_termios *));
-static void svr4_termios_to_termio __P((const struct svr4_termios *,
- struct svr4_termio *));
+static u_long bsd_to_svr4_speed(u_long, u_long);
+static u_long svr4_to_bsd_speed(u_long, u_long);
+static void svr4_to_bsd_termios(const struct svr4_termios *,
+ struct termios *, int);
+static void bsd_to_svr4_termios(const struct termios *,
+ struct svr4_termios *);
+static void svr4_termio_to_termios(const struct svr4_termio *,
+ struct svr4_termios *);
+static void svr4_termios_to_termio(const struct svr4_termios *,
+ struct svr4_termio *);
#ifdef DEBUG_SVR4
-static void print_svr4_termios __P((const struct svr4_termios *));
-static void print_bsd_termios __P((const struct termios *));
+static void print_svr4_termios(const struct svr4_termios *);
+static void print_bsd_termios(const struct termios *);
#endif /* DEBUG_SVR4 */
#define undefined_char(a,b) /**/
OpenPOWER on IntegriCloud