diff options
author | alfred <alfred@FreeBSD.org> | 2002-03-19 21:25:46 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-03-19 21:25:46 +0000 |
commit | 357e37e023059920b1f80494e489797e2f69a3dd (patch) | |
tree | 7ea68f3b5c452a55df6c05b903dae3ac1e8f71f9 /sys/netinet/in_pcb.c | |
parent | ca2e5c188ee68045b54a86bfefcfd4a75e174221 (diff) | |
download | FreeBSD-src-357e37e023059920b1f80494e489797e2f69a3dd.zip FreeBSD-src-357e37e023059920b1f80494e489797e2f69a3dd.tar.gz |
Remove __P.
Diffstat (limited to 'sys/netinet/in_pcb.c')
-rw-r--r-- | sys/netinet/in_pcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 7d5a745..ff124bc 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -655,7 +655,7 @@ in_pcbnotifyall(head, faddr, errno, notify) struct inpcbhead *head; struct in_addr faddr; int errno; - void (*notify) __P((struct inpcb *, int)); + void (*notify)(struct inpcb *, int); { struct inpcb *inp, *ninp; int s; |