From bfbbf2d900447b29cbeec0947d78543709c698cf Mon Sep 17 00:00:00 2001 From: rpaulo Date: Sun, 8 Oct 2006 16:53:43 +0000 Subject: [PATCH] Add missing initializer. --- sys/dev/kttcp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/kttcp.c b/sys/dev/kttcp.c index e75827bdde0d..8ecfca7f4f34 100644 --- a/sys/dev/kttcp.c +++ b/sys/dev/kttcp.c @@ -1,4 +1,4 @@ -/* $NetBSD: kttcp.c,v 1.18 2006/05/18 18:45:48 mrg Exp $ */ +/* $NetBSD: kttcp.c,v 1.19 2006/10/08 16:53:43 rpaulo Exp $ */ /* * Copyright (c) 2002 Wasabi Systems, Inc. @@ -64,7 +64,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: kttcp.c,v 1.18 2006/05/18 18:45:48 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kttcp.c,v 1.19 2006/10/08 16:53:43 rpaulo Exp $"); #include #include @@ -99,7 +99,7 @@ dev_type_ioctl(kttcpioctl); const struct cdevsw kttcp_cdevsw = { nullopen, nullclose, noread, nowrite, kttcpioctl, - nostop, notty, nopoll, nommap, nokqfilter, + nostop, notty, nopoll, nommap, nokqfilter, D_OTHER }; void