Restore 1.82->1.83 change deleted by mistake< per Bruce suggestion

This commit is contained in:
Luigi Rizzo 1998-12-21 21:36:40 +00:00
parent ce71b7364c
commit f0f6d6434d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41990

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_output.c 8.3 (Berkeley) 1/21/94
* $Id: ip_output.c,v 1.82 1998/09/02 15:11:14 wollman Exp $
* $Id: ip_output.c,v 1.84 1998/12/14 18:09:13 luigi Exp $
*/
#define _IP_VHL
@ -43,6 +43,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/protosw.h>