diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2010-09-21 11:05:11 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2010-09-21 11:05:11 +0000 |
commit | c2eb5e33cf05da2ec6e1a7d34a00be628893af23 (patch) | |
tree | b06bd162504bcd9fb7d0cc206eded9e913ca9893 | |
parent | 2dfc5cb4c55830a2180e3af48ba149914ac07e14 (diff) |
aye. that should not have been forgotten. add the rewritten indicator
to struct pflog. ok gcc
-rw-r--r-- | sys/net/if_pflog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net/if_pflog.h b/sys/net/if_pflog.h index 243870375d0..e1ef3cdd60f 100644 --- a/sys/net/if_pflog.h +++ b/sys/net/if_pflog.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pflog.h,v 1.16 2010/09/21 04:06:37 henning Exp $ */ +/* $OpenBSD: if_pflog.h,v 1.17 2010/09/21 11:05:10 henning Exp $ */ /* * Copyright 2001 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -53,7 +53,8 @@ struct pfloghdr { uid_t rule_uid; pid_t rule_pid; u_int8_t dir; - u_int8_t pad[3]; + u_int8_t rewritten; + u_int8_t pad[2]; struct pf_addr saddr; struct pf_addr daddr; u_int16_t sport; |