summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/sys-rtems.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd/sys-rtems.c')
-rw-r--r--cpukit/pppd/sys-rtems.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/sys-rtems.c b/cpukit/pppd/sys-rtems.c
index 0bcc3914ff..a931be7d49 100644
--- a/cpukit/pppd/sys-rtems.c
+++ b/cpukit/pppd/sys-rtems.c
@@ -91,8 +91,8 @@ static u_int32_t default_route_gateway; /* gateway addr for default route */
static u_int32_t proxy_arp_addr; /* remote addr for proxy arp */
/* Prototypes for procedures local to this file. */
-static int dodefaultroute __P((u_int32_t, int));
-static int get_ether_addr __P((u_int32_t, struct sockaddr_dl *));
+static int dodefaultroute(u_int32_t, int);
+static int get_ether_addr(u_int32_t, struct sockaddr_dl *);
/*