summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-05-08 07:00:04 +0000
committerphk <phk@FreeBSD.org>1999-05-08 07:00:04 +0000
commit31167e1a820f19bcb6a06bf97cbead60ae7105d6 (patch)
treec1c339dbc891a9d86ddaf1bec7933691d6326a32
parent500e41bd7127ee03db75cd2a3704b8025c24e345 (diff)
downloadFreeBSD-src-31167e1a820f19bcb6a06bf97cbead60ae7105d6.zip
FreeBSD-src-31167e1a820f19bcb6a06bf97cbead60ae7105d6.tar.gz
Fix some disordering I introduced with the jail code.
-rw-r--r--sys/net/if.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 4ca0661..f0fa46c 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 <net/if_var.h>
#endif
OpenPOWER on IntegriCloud