Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/kern/uipc_domain.c 160619 2006-07-24 15:20:08Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/kern/uipc_domain.c 169624 2007-05-16 20:41:08Z rwatson $");
199a200
>
204d204
<
231a232
>
242,244c243
< pffindtype(family, type)
< int family;
< int type;
---
> pffindtype(int family, int type)
246,247c245,246
< register struct domain *dp;
< register struct protosw *pr;
---
> struct domain *dp;
> struct protosw *pr;
261,264c260
< pffindproto(family, protocol, type)
< int family;
< int protocol;
< int type;
---
> pffindproto(int family, int protocol, int type)
266,267c262,263
< register struct domain *dp;
< register struct protosw *pr;
---
> struct domain *dp;
> struct protosw *pr;
293,295c289
< pf_proto_register(family, npr)
< int family;
< struct protosw *npr;
---
> pf_proto_register(int family, struct protosw *npr)
362,365c356
< pf_proto_unregister(family, protocol, type)
< int family;
< int protocol;
< int type;
---
> pf_proto_unregister(int family, int protocol, int type)
430,432c421
< pfctlinput(cmd, sa)
< int cmd;
< struct sockaddr *sa;
---
> pfctlinput(int cmd, struct sockaddr *sa)
434,435c423,424
< register struct domain *dp;
< register struct protosw *pr;
---
> struct domain *dp;
> struct protosw *pr;
444,447c433
< pfctlinput2(cmd, sa, ctlparam)
< int cmd;
< struct sockaddr *sa;
< void *ctlparam;
---
> pfctlinput2(int cmd, struct sockaddr *sa, void *ctlparam)
470,471c456
< pfslowtimo(arg)
< void *arg;
---
> pfslowtimo(void *arg)
473,474c458,459
< register struct domain *dp;
< register struct protosw *pr;
---
> struct domain *dp;
> struct protosw *pr;
486,487c471
< pffasttimo(arg)
< void *arg;
---
> pffasttimo(void *arg)
489,490c473,474
< register struct domain *dp;
< register struct protosw *pr;
---
> struct domain *dp;
> struct protosw *pr;