Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/net/if_gif.c 215701 2010-11-22 19:32:54Z dim $ */
---
> /* $FreeBSD: head/sys/net/if_gif.c 219206 2011-03-02 21:39:08Z bz $ */
37a38
> #include <sys/jail.h>
819a821,826
> error = prison_if(curthread->td_ucred, src);
> if (error != 0)
> return (error);
> error = prison_if(curthread->td_ucred, dst);
> if (error != 0)
> return (error);