backout previous change for now

This commit is contained in:
Darren Reed 2000-08-16 13:59:50 +00:00
parent 48f0e05128
commit 6c292daf22

View File

@ -320,7 +320,6 @@ char *prcorequests[] = {
void pfctlinput __P((int, struct sockaddr *)); void pfctlinput __P((int, struct sockaddr *));
struct protosw *pffindproto __P((int family, int protocol, int type)); struct protosw *pffindproto __P((int family, int protocol, int type));
struct protosw *pffindtype __P((int family, int type)); struct protosw *pffindtype __P((int family, int type));
extern struct protosw inetsw[];
#endif #endif
#endif #endif