From cb40a67f2b40b850bbb2b920ce52cf90cc9f9faf Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 8 May 1999 07:00:04 +0000 Subject: [PATCH] Fix some disordering I introduced with the jail code. --- sys/net/if.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/net/if.h b/sys/net/if.h index 4ca06612d1d..f0fa46c6eeb 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if.h 8.1 (Berkeley) 6/10/93 - * $Id: if.h,v 1.50 1999/02/19 13:41:35 phk Exp $ + * $Id: if.h,v 1.51 1999/04/28 11:37:33 phk Exp $ */ #ifndef _NET_IF_H_ @@ -219,9 +219,10 @@ MALLOC_DECLARE(M_IFMADDR); #endif #endif -/* XXX - this should go away soon */ #ifdef KERNEL +struct proc; int prison_if __P((struct proc *p, struct sockaddr *sa)); +/* XXX - this should go away soon */ #include #endif