On Thu, Jul 16, 2015 at 11:10:06PM +0000, Miod Vallat wrote:
> > cvs diff -p output:
> 
> Please send unified diffs (diff -u). The easiest way is to have a
>   diff -up
> line in your ~/.cvsrc file. Or "diff -uNp" if you want cvs diff to show
> new files as well.
> 
> Miod


Sorry, now I got it..
regards
sasha

Index: pfvar.h
===================================================================
RCS file: /cvs/src/sys/net/pfvar.h,v
retrieving revision 1.416
diff -u -p -r1.416 pfvar.h
--- pfvar.h     16 Jul 2015 21:14:21 -0000      1.416
+++ pfvar.h     16 Jul 2015 23:39:21 -0000
@@ -1791,7 +1791,7 @@ extern void                        
pf_print_flags(u_int8_t);
 extern struct ifnet            *sync_ifp;
 extern struct pf_rule           pf_default_rule;
 extern void                     pf_addrcpy(struct pf_addr *, struct pf_addr *,
-                                   u_int8_t);
+                                   sa_family_t);
 void                            pf_rm_rule(struct pf_rulequeue *,
                                    struct pf_rule *);
 void                            pf_purge_rule(struct pf_ruleset *,
@@ -1984,7 +1984,7 @@ struct pf_os_fingerprint *
        pf_osfp_validate(void);

 #ifdef _KERNEL
-void                    pf_print_host(struct pf_addr *, u_int16_t, u_int8_t);
+void                    pf_print_host(struct pf_addr *, u_int16_t, 
sa_family_t);

 int                     pf_get_transaddr(struct pf_rule *, struct pf_pdesc *,
                            struct pf_src_node **, struct pf_rule **);

Reply via email to