mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
add extern for inetsw
This commit is contained in:
parent
242373a7ee
commit
48f0e05128
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64707
@ -320,6 +320,7 @@ char *prcorequests[] = {
|
||||
void pfctlinput __P((int, struct sockaddr *));
|
||||
struct protosw *pffindproto __P((int family, int protocol, int type));
|
||||
struct protosw *pffindtype __P((int family, int type));
|
||||
extern struct protosw inetsw[];
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user