1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Clean up a rather useless conditional structure member definition.

MFC after:	1 week
This commit is contained in:
Cy Schubert 2018-11-30 04:15:56 +00:00
parent a9af9f073c
commit a85c2efc11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341280

View File

@ -1026,11 +1026,7 @@ typedef struct iplog {
#define IPLOG_SIZE sizeof(iplog_t)
typedef struct ipflog {
#if (defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >= 199603)) || \
(defined(OpenBSD) && (OpenBSD >= 199603))
#else
u_int fl_unit;
#endif
u_int fl_unit;
u_32_t fl_rule;
u_32_t fl_flags;
u_32_t fl_lflags;