summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_domain.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-01-05 19:51:51 +0000
committerse <se@FreeBSD.org>1995-01-05 19:51:51 +0000
commit5d7722cc7e910b9204c266b26795f0db14242903 (patch)
tree8031507ef292801c051d641c6943cfc3cbc6ccbd /sys/kern/uipc_domain.c
parent3d62a40d3f4e970a1d0cc6b0bddf14b1dabb3f3c (diff)
downloadFreeBSD-src-5d7722cc7e910b9204c266b26795f0db14242903.zip
FreeBSD-src-5d7722cc7e910b9204c266b26795f0db14242903.tar.gz
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
Reviewed by: <wollman> First hooks and defines for the ISDN driver, that soon will see the light ...
Diffstat (limited to 'sys/kern/uipc_domain.c')
-rw-r--r--sys/kern/uipc_domain.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c
index e1f76de..b2bec71 100644
--- a/sys/kern/uipc_domain.c
+++ b/sys/kern/uipc_domain.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_domain.c 8.2 (Berkeley) 10/18/93
- * $Id$
+ * $Id: uipc_domain.c,v 1.3 1994/08/02 07:43:00 davidg Exp $
*/
#include <sys/param.h>
@@ -77,6 +77,9 @@ domaininit()
#ifdef CCITT
ADDDOMAIN(ccitt);
#endif
+#ifdef ISDN
+ ADDDOMAIN(isdn);
+#endif
#include "imp.h"
#if NIMP > 0
ADDDOMAIN(imp);
OpenPOWER on IntegriCloud