summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_ioctl.c')
-rw-r--r--sys/compat/linux/linux_ioctl.c4
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