mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
Fix a warning by not referencing ip_output() as a pr_output() member.
This commit is contained in:
parent
2eba88186e
commit
dbe4b3f026
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15293
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
|
||||
* $Id: in_proto.c,v 1.26 1996/03/11 15:13:15 davidg Exp $
|
||||
* $Id: in_proto.c,v 1.27 1996/03/26 19:16:43 fenner Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -93,7 +93,7 @@ extern struct domain inetdomain;
|
||||
|
||||
struct protosw inetsw[] = {
|
||||
{ 0, &inetdomain, 0, 0,
|
||||
0, ip_output, 0, 0,
|
||||
0, 0, 0, 0,
|
||||
0,
|
||||
ip_init, 0, ip_slowtimo, ip_drain
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user