Skip to content
Snippets Groups Projects
Commit a74e4cf1 authored by Michael Gmelin's avatar Michael Gmelin
Browse files

sysutils/pftop: Fix output on 14.0-CURRENT

Reported by:	herbert@gojira.at
parent e30350e5
Branches
Tags
No related merge requests found
PORTNAME= pftop
PORTVERSION= 0.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils net
MAINTAINER= grembo@FreeBSD.org
......
......@@ -12,7 +12,7 @@ $OpenBSD: patch-config_h,v 1.4 2008/12/20 04:36:11 canacar Exp $
+
#ifdef HAVE_PFSYNC_STATE
+#if OS_LEVEL > 45
+typedef struct pfsync_state_1400 pf_state_t;
+typedef struct pfsync_state_1301 pf_state_t;
+#else
typedef struct pfsync_state pf_state_t;
+#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment