summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_ttold.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_ttold.c
parent0a59f1223c856d6130a3ef3b5c5f27b2a6a2296f (diff)
downloadFreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.zip
FreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.tar.gz
Remove __P.
Diffstat (limited to 'sys/compat/svr4/svr4_ttold.c')
-rw-r--r--sys/compat/svr4/svr4_ttold.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/compat/svr4/svr4_ttold.c b/sys/compat/svr4/svr4_ttold.c
index 90cdae1..47a8135 100644
--- a/sys/compat/svr4/svr4_ttold.c
+++ b/sys/compat/svr4/svr4_ttold.c
@@ -42,23 +42,23 @@
#include <compat/svr4/svr4_ioctl.h>
-static void svr4_tchars_to_bsd_tchars __P((const struct svr4_tchars *st,
- struct tchars *bt));
-static void bsd_tchars_to_svr4_tchars __P((const struct tchars *bt,
- struct svr4_tchars *st));
-static void svr4_sgttyb_to_bsd_sgttyb __P((const struct svr4_sgttyb *ss,
- struct sgttyb *bs));
-static void bsd_sgttyb_to_svr4_sgttyb __P((const struct sgttyb *bs,
- struct svr4_sgttyb *ss));
-static void svr4_ltchars_to_bsd_ltchars __P((const struct svr4_ltchars *sl,
- struct ltchars *bl));
-static void bsd_ltchars_to_svr4_ltchars __P((const struct ltchars *bl,
- struct svr4_ltchars *sl));
+static void svr4_tchars_to_bsd_tchars(const struct svr4_tchars *st,
+ struct tchars *bt);
+static void bsd_tchars_to_svr4_tchars(const struct tchars *bt,
+ struct svr4_tchars *st);
+static void svr4_sgttyb_to_bsd_sgttyb(const struct svr4_sgttyb *ss,
+ struct sgttyb *bs);
+static void bsd_sgttyb_to_svr4_sgttyb(const struct sgttyb *bs,
+ struct svr4_sgttyb *ss);
+static void svr4_ltchars_to_bsd_ltchars(const struct svr4_ltchars *sl,
+ struct ltchars *bl);
+static void bsd_ltchars_to_svr4_ltchars(const struct ltchars *bl,
+ struct svr4_ltchars *sl);
#ifdef DEBUG_SVR4
-static void print_svr4_sgttyb __P((const char *, struct svr4_sgttyb *));
-static void print_svr4_tchars __P((const char *, struct svr4_tchars *));
-static void print_svr4_ltchars __P((const char *, struct svr4_ltchars *));
+static void print_svr4_sgttyb(const char *, struct svr4_sgttyb *);
+static void print_svr4_tchars(const char *, struct svr4_tchars *);
+static void print_svr4_ltchars(const char *, struct svr4_ltchars *);
static void
print_svr4_sgttyb(str, ss)
OpenPOWER on IntegriCloud