summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhartmei <dhartmei@openbsd.org>2003-11-09 11:25:01 +0000
committerdhartmei <dhartmei@openbsd.org>2003-11-09 11:25:01 +0000
commite7de7c507e04f7cd9a9dbca0bbeb80fd072f3165 (patch)
treef439beb12b3e4ca8c7dd337524b78f70b927ea68
parentNo need to pass an unused struct carp_softc * into carp_input_c() from (diff)
downloadwireguard-openbsd-e7de7c507e04f7cd9a9dbca0bbeb80fd072f3165.tar.xz
wireguard-openbsd-e7de7c507e04f7cd9a9dbca0bbeb80fd072f3165.zip
remove stale forward declaration
-rw-r--r--sys/net/pf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c
index 12954464cf9..d7f52fbec58 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.399 2003/11/04 21:43:15 markus Exp $ */
+/* $OpenBSD: pf.c,v 1.400 2003/11/09 11:25:01 dhartmei Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -86,7 +86,6 @@
#define DPFPRINTF(n, x) if (pf_status.debug >= (n)) printf x
-struct pf_state_tree;
/*
* Global variables