X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/282ca127643876b0f503d1cb2e057d32541d0c62..3ea52422f66b38ef51e27dd55269e58b4e82f791:/sys/netinet/ip_input.c diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 155d6deca9..7535e344fb 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ip_input.c 7.19 (Berkeley) 5/25/91 - * $Id: ip_input.c,v 1.6 1993/11/25 01:35:08 wollman Exp $ + * $Id: ip_input.c,v 1.7 1993/12/19 00:52:43 wollman Exp $ */ #include "param.h" @@ -79,6 +79,9 @@ static struct ip_srcrt { } ip_srcrt; extern int if_index; +#ifdef DIAGNOSTIC +extern int ipprintfs; +#endif /* * IP initialization: fill in IP protocol switch table.