artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12dbdd4
)
pfctlinput() is already declared in <sys/protosw.h>, which is
author
guenther
<guenther@openbsd.org>
Tue, 22 Feb 2022 01:01:02 +0000
(
01:01
+0000)
committer
guenther
<guenther@openbsd.org>
Tue, 22 Feb 2022 01:01:02 +0000
(
01:01
+0000)
more specific and appropriate, so delete it here
ok gnezdo@ deraadt@ jsg@ mpi@ millert@
sys/sys/socket.h
patch
|
blob
|
history
diff --git
a/sys/sys/socket.h
b/sys/sys/socket.h
index
7d3c02e
..
fe1b8f9
100644
(file)
--- a/
sys/sys/socket.h
+++ b/
sys/sys/socket.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: socket.h,v 1.10
1 2021/11/07 12:05:28 claudio Exp $
*/
+/* $OpenBSD: socket.h,v 1.10
2 2022/02/22 01:01:02 guenther Exp $
*/
/* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */
/*
@@
-589,8
+589,6
@@
__END_DECLS
#else
-void pfctlinput(int, struct sockaddr *);
-
static inline struct sockaddr *
sstosa(struct sockaddr_storage *ss)
{