diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-06-26 19:01:56 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-06-26 19:01:56 +0000 |
commit | 7a7cf35debfee9134589786db7c1a67edf079cfd (patch) | |
tree | 0b9d6a32450a63e04b82bf7fc323f626cef5d11a /sys/net/if_pflog.h | |
parent | 6d94cf6e02dda5a15ba6645de3ec6fcd9ec4f399 (diff) |
use reasons in pull_hdr, default log if pull_hdr fails. okay deraadt@
Diffstat (limited to 'sys/net/if_pflog.h')
-rw-r--r-- | sys/net/if_pflog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_pflog.h b/sys/net/if_pflog.h index 3cb7f7ff346..b454c0ba427 100644 --- a/sys/net/if_pflog.h +++ b/sys/net/if_pflog.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pflog.h,v 1.3 2001/06/26 15:33:00 provos Exp $ */ +/* $OpenBSD: if_pflog.h,v 1.4 2001/06/26 19:01:54 provos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -43,7 +43,7 @@ struct pflog_softc { struct pfloghdr { u_int32_t af; char ifname[IFNAMSIZ]; - u_short rnr; + short rnr; u_short reason; u_short action; u_short dir; |