From a0e0bc85ae132af6ae9fd828b3a47bb4825e4b3e Mon Sep 17 00:00:00 2001 From: newton Date: Sat, 30 Jan 1999 06:28:29 +0000 Subject: [PATCH] New pseudo-device to provide for a way of obtaining a socket by open()ing something in /dev. Obtained from: Christos Zoulas (NetBSD) --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files b/sys/conf/files index 35b1c1d094ae..9df4c064ba8d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -657,6 +657,7 @@ vm/vm_swap.c standard vm/vm_unix.c standard vm/vnode_pager.c standard vm/vm_zone.c standard +dev/streams/streams.c optional streams device-driver # # USB support dev/pci/uhci_pci.c optional uhci device-driver