diff options
Diffstat (limited to 'sys/kern/kern_conf.c')
| -rw-r--r-- | sys/kern/kern_conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c index f7db620ade1d..4b66c1c029c3 100644 --- a/sys/kern/kern_conf.c +++ b/sys/kern/kern_conf.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_conf.c,v 1.17 1997/06/02 04:56:38 julian Exp $ + * $Id: kern_conf.c,v 1.18 1997/08/02 14:31:26 bde Exp $ */ #include <sys/param.h> @@ -179,7 +179,7 @@ cdevsw_make(struct bdevsw *from) to->d_stop = nostop; to->d_reset = nullreset; to->d_devtotty = nodevtotty; - to->d_select = seltrue; + to->d_poll = seltrue; to->d_mmap = nommap; to->d_strategy = from->d_strategy; to->d_name = from->d_name; |
