From 789f12fe69217e4b81da4c0f556e7edd21133f9a Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Tue, 19 Mar 2002 20:18:42 +0000 Subject: Remove __P --- sys/sys/rtprio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sys/rtprio.h') diff --git a/sys/sys/rtprio.h b/sys/sys/rtprio.h index 97ad46940b54..f4e44a929afc 100644 --- a/sys/sys/rtprio.h +++ b/sys/sys/rtprio.h @@ -85,7 +85,7 @@ void pri_to_rtp(struct ksegrp *, struct rtprio *); #include __BEGIN_DECLS -int rtprio __P((int, pid_t, struct rtprio *)); +int rtprio(int, pid_t, struct rtprio *); __END_DECLS #endif /* !_KERNEL */ #endif /* !_SYS_RTPRIO_H_ */ -- cgit v1.2.3