From f87beb9cdeb0ac44810df838073f0de56c4657ca Mon Sep 17 00:00:00 2001 From: jasoni Date: Sun, 23 Jul 2000 22:35:38 +0000 Subject: OpenBSD -> NetBSD where previously missed. --- sys/compat/linux/linux_ioctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/linux/linux_ioctl.c') diff --git a/sys/compat/linux/linux_ioctl.c b/sys/compat/linux/linux_ioctl.c index 6ba4c31a411..098e6412d46 100644 --- a/sys/compat/linux/linux_ioctl.c +++ b/sys/compat/linux/linux_ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_ioctl.c,v 1.7 1998/04/26 21:22:22 provos Exp $ */ +/* $OpenBSD: linux_ioctl.c,v 1.8 2000/07/23 22:35:38 jasoni Exp $ */ /* $NetBSD: linux_ioctl.c,v 1.14 1996/04/05 00:01:28 christos Exp $ */ /* @@ -53,7 +53,7 @@ #define LINUX_TO_OSS(v) (v) /* do nothing, same ioctl() encoding */ /* - * Most ioctl command are just converted to their NetBSD values, + * Most ioctl command are just converted to their OpenBSD values, * and passed on. The ones that take structure pointers and (flag) * values need some massaging. This is done the usual way by * allocating stackgap memory, letting the actual ioctl call do its -- cgit v1.2.3-59-g8ed1b