From 5078ee3233a0aa1bda0d0ccd3dd209ec007f02a8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Mar 2007 10:22:16 +0000 Subject: Eliminate __P(). --- cpukit/pppd/upap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/pppd/upap.h') diff --git a/cpukit/pppd/upap.h b/cpukit/pppd/upap.h index 6d5bf64026..6ba0900f1a 100644 --- a/cpukit/pppd/upap.h +++ b/cpukit/pppd/upap.h @@ -81,7 +81,7 @@ typedef struct upap_state { extern upap_state upap[]; -void upap_authwithpeer __P((int, char *, char *)); -void upap_authpeer __P((int)); +void upap_authwithpeer(int, char *, char *); +void upap_authpeer(int); extern struct protent pap_protent; -- cgit v1.2.3