summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-05-08 07:00:04 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-05-08 07:00:04 +0000
commitcb40a67f2b40b850bbb2b920ce52cf90cc9f9faf (patch)
treefa78fe7cccb790e1734497967a8ffa2092f63c5a /sys/net
parent4be2eb8c49a786d78796ed36e7ceaa8fdb198b27 (diff)
Notes
Diffstat (limited to 'sys/net')
-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 4ca06612d1df..f0fa46c6eeb8 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