diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-11-09 11:25:02 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-11-09 11:25:02 +0000 |
commit | 952e6a2b9121e218fc9bc8fa17e0e898bb710c41 (patch) | |
tree | 6e771d68d7fcf01c8754b60232b9b274b080b40e /sys/net | |
parent | 551f73fce0343a6a50ab103577d45455648e716c (diff) |
remove stale forward declaration
Diffstat (limited to 'sys/net')
-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 |