summaryrefslogtreecommitdiffstats
path: root/sys/net/if_disc.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-03-20 19:20:44 +0000
committerwollman <wollman@FreeBSD.org>1995-03-20 19:20:44 +0000
commit1a3906ad112caa58da684aba47eeb9527568c9dc (patch)
treebb380aec101adf6c9480fab010b513eb0a6b2e62 /sys/net/if_disc.c
parent9786661cb0fe9271ed01806820b0212215c24fae (diff)
downloadFreeBSD-src-1a3906ad112caa58da684aba47eeb9527568c9dc.zip
FreeBSD-src-1a3906ad112caa58da684aba47eeb9527568c9dc.tar.gz
Support for pseudo-device LKMs. Note that this is restricted to only
one pseudo per module (a restriction which will eventually be lifted) and isthus not in its final form.
Diffstat (limited to 'sys/net/if_disc.c')
-rw-r--r--sys/net/if_disc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_disc.c b/sys/net/if_disc.c
index ab61004..5872595 100644
--- a/sys/net/if_disc.c
+++ b/sys/net/if_disc.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* From: @(#)if_loop.c 8.1 (Berkeley) 6/10/93
- * $Id: if_disc.c,v 1.1 1994/12/22 21:00:05 wollman Exp $
+ * $Id: if_disc.c,v 1.2 1995/03/17 22:02:18 wollman Exp $
*/
/*
@@ -105,7 +105,7 @@ discattach(void)
#endif
}
-PSEUDO_SET(discattach);
+PSEUDO_SET(discattach, if_disc);
static int
dsoutput(ifp, m, dst, rt)
OpenPOWER on IntegriCloud