diff options
author | jasoni <jasoni@cvs.openbsd.org> | 2000-07-23 22:35:39 +0000 |
---|---|---|
committer | jasoni <jasoni@cvs.openbsd.org> | 2000-07-23 22:35:39 +0000 |
commit | 5e8d9da5e485a5467767c2bf93870399f9bbd3c6 (patch) | |
tree | 7d8f4bec1f545fb5abb44316c664bb14b8e2f6ad /sys/compat/linux/linux_ioctl.c | |
parent | 806f14b34698046b96cc89e14ebd979b8fa9f61d (diff) |
OpenBSD -> NetBSD where previously missed.
Diffstat (limited to 'sys/compat/linux/linux_ioctl.c')
-rw-r--r-- | sys/compat/linux/linux_ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |