diff options
author | 2003-11-09 11:25:01 +0000 | |
---|---|---|
committer | 2003-11-09 11:25:01 +0000 | |
commit | e7de7c507e04f7cd9a9dbca0bbeb80fd072f3165 (patch) | |
tree | f439beb12b3e4ca8c7dd337524b78f70b927ea68 | |
parent | No need to pass an unused struct carp_softc * into carp_input_c() from (diff) | |
download | wireguard-openbsd-e7de7c507e04f7cd9a9dbca0bbeb80fd072f3165.tar.xz wireguard-openbsd-e7de7c507e04f7cd9a9dbca0bbeb80fd072f3165.zip |
remove stale forward declaration
-rw-r--r-- | sys/net/pf.c | 3 |
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 |