summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/demand.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-27 15:47:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-27 15:47:35 +0000
commitd08e825b9b10c4d07b04f4ca178a40830fe09ab6 (patch)
treeac28a7c76a8b773c8c7304a0d51c5f37276cd88c /cpukit/pppd/demand.c
parent2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d08e825b9b10c4d07b04f4ca178a40830fe09ab6.tar.bz2
Eliminate __P().
Diffstat (limited to 'cpukit/pppd/demand.c')
-rw-r--r--cpukit/pppd/demand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/demand.c b/cpukit/pppd/demand.c
index 1165355ff3..4d1d19fef4 100644
--- a/cpukit/pppd/demand.c
+++ b/cpukit/pppd/demand.c
@@ -61,7 +61,7 @@ struct packet {
struct packet *pend_q;
struct packet *pend_qtail;
-static int active_packet __P((unsigned char *, int));
+static int active_packet(unsigned char *, int);
/*
* demand_conf - configure the interface for doing dial-on-demand.