forked from Imagelibrary/rtems
Remove __P().
This commit is contained in:
@@ -92,10 +92,10 @@ struct pkthdr {
|
|||||||
struct m_ext {
|
struct m_ext {
|
||||||
caddr_t ext_buf; /* start of buffer */
|
caddr_t ext_buf; /* start of buffer */
|
||||||
void (*ext_free) /* free routine if not the usual */
|
void (*ext_free) /* free routine if not the usual */
|
||||||
__P((caddr_t, u_int));
|
(caddr_t, u_int);
|
||||||
u_int ext_size; /* size of buffer, for ext_free */
|
u_int ext_size; /* size of buffer, for ext_free */
|
||||||
void (*ext_ref) /* add a reference to the ext object */
|
void (*ext_ref) /* add a reference to the ext object */
|
||||||
__P((caddr_t, u_int));
|
(caddr_t, u_int);
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ struct rtprio {
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
int rtprio __P((int, pid_t, struct rtprio *));
|
int rtprio (int, pid_t, struct rtprio *);
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
#endif /* !_KERNEL */
|
#endif /* !_KERNEL */
|
||||||
#endif /* !_SYS_RTPRIO_H_ */
|
#endif /* !_SYS_RTPRIO_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user