1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

oops ended comment before the comment ended..

This commit is contained in:
Julian Elischer 1998-07-06 09:10:56 +00:00
parent efe39c6a1a
commit 3a1ae084e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37434

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_input.c 8.2 (Berkeley) 1/4/94
* $Id: ip_input.c,v 1.93 1998/07/06 05:00:52 julian Exp $
* $Id: ip_input.c,v 1.94 1998/07/06 09:06:58 julian Exp $
* $ANA: ip_input.c,v 1.5 1996/09/18 14:34:59 wollman Exp $
*/
@ -376,7 +376,7 @@ ip_input(struct mbuf *m)
}
#else /* !DIVERT */
/*
* If ipfw says divert, we have to just drop packet */
* If ipfw says divert, we have to just drop packet
* Use port as a dummy argument.
*/
port = 0;