Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2025 11:54:28 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8e84e9443bb6 - main - pfctl: remove prototypes with no matching function
Message-ID:  <202509151154.58FBsSUX025544@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=8e84e9443bb6655f7e6c73546ac28549f768f4f3

commit 8e84e9443bb6655f7e6c73546ac28549f768f4f3
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-08-21 09:35:07 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-09-15 09:32:36 +0000

    pfctl: remove prototypes with no matching function
    
    Obtained from:  OpenBSD, jsg <jsg@openbsd.org>, 6768654732
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sbin/pfctl/pfctl.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h
index afecc78086e0..37e06e93dde6 100644
--- a/sbin/pfctl/pfctl.h
+++ b/sbin/pfctl/pfctl.h
@@ -62,7 +62,6 @@ struct pfr_anchoritem {
 
 SLIST_HEAD(pfr_anchors, pfr_anchoritem);
 
-int	 pfr_get_fd(void);
 int	 pfr_add_table(struct pfr_table *, int *, int);
 int	 pfr_del_table(struct pfr_table *, int *, int);
 int	 pfr_get_tables(struct pfr_table *, struct pfr_table *, int *, int);
@@ -85,7 +84,6 @@ int	 pfr_buf_load(struct pfr_buffer *, char *, int,
 	    int (*)(struct pfr_buffer *, char *, int, int), int);
 char	*pf_strerror(int);
 int	 pfi_get_ifaces(const char *, struct pfi_kif *, int *);
-int	 pfi_clr_istats(const char *, int *, int);
 
 void	 pfctl_print_title(char *);
 int	 pfctl_do_clear_tables(const char *, int);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509151154.58FBsSUX025544>