diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
commit | e63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch) | |
tree | c2aa960c67a99a878c8902943399029fa598683f /sys/netns | |
parent | 71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff) |
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/netns')
-rw-r--r-- | sys/netns/ns_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netns/ns_var.h b/sys/netns/ns_var.h index 23e3f333871..22eb0856d5b 100644 --- a/sys/netns/ns_var.h +++ b/sys/netns/ns_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ns_var.h,v 1.7 2002/03/14 01:27:13 millert Exp $ */ +/* $OpenBSD: ns_var.h,v 1.8 2002/03/14 03:16:12 millert Exp $ */ #ifdef _KERNEL struct socket; @@ -64,7 +64,7 @@ void ns_pcbdisconnect(struct nspcb *); void ns_pcbdetach(struct nspcb *); void ns_setsockaddr(struct nspcb *, struct mbuf *); void ns_setpeeraddr(struct nspcb *, struct mbuf *); -void ns_pcbnotify __P((struct ns_addr *, int, void (*)(struct nspcb *), long)); +void ns_pcbnotify(struct ns_addr *, int, void (*)(struct nspcb *), long); void ns_rtchange(struct nspcb *); struct nspcb *ns_pcblookup(struct ns_addr *, u_short, int); |