summaryrefslogtreecommitdiffstats
path: root/sys/netnatm/natm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netnatm/natm.h')
-rw-r--r--sys/netnatm/natm.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/netnatm/natm.h b/sys/netnatm/natm.h
index 431eb35..b695006 100644
--- a/sys/netnatm/natm.h
+++ b/sys/netnatm/natm.h
@@ -130,14 +130,14 @@ struct atm_rawioctl {
/* external functions */
/* natm_pcb.c */
-struct natmpcb *npcb_alloc __P((int));
-void npcb_free __P((struct natmpcb *, int));
-struct natmpcb *npcb_add __P((struct natmpcb *, struct ifnet *, int, int));
+struct natmpcb *npcb_alloc(int);
+void npcb_free(struct natmpcb *, int);
+struct natmpcb *npcb_add(struct natmpcb *, struct ifnet *, int, int);
/* natm.c */
#if defined(__NetBSD__) || defined(__OpenBSD__)
-int natm_usrreq __P((struct socket *, int, struct mbuf *,
- struct mbuf *, struct mbuf *, struct proc *));
+int natm_usrreq(struct socket *, int, struct mbuf *,
+ struct mbuf *, struct mbuf *, struct proc *);
#elif defined(__FreeBSD__)
#if __FreeBSD__ > 2
/*
@@ -147,12 +147,12 @@ int natm_usrreq __P((struct socket *, int, struct mbuf *,
#define FREEBSD_USRREQS
extern struct pr_usrreqs natm_usrreqs;
#else /* !( __FreeBSD__ > 2) */
-int natm_usrreq __P((struct socket *, int, struct mbuf *,
- struct mbuf *, struct mbuf *));
+int natm_usrreq(struct socket *, int, struct mbuf *,
+ struct mbuf *, struct mbuf *);
#endif /* !( __FreeBSD__ > 2) */
#endif
-int natm0_sysctl __P((int *, u_int, void *, size_t *, void *, size_t));
-int natm5_sysctl __P((int *, u_int, void *, size_t *, void *, size_t));
-void natmintr __P((void));
+int natm0_sysctl(int *, u_int, void *, size_t *, void *, size_t);
+int natm5_sysctl(int *, u_int, void *, size_t *, void *, size_t);
+void natmintr(void);
#endif
OpenPOWER on IntegriCloud