diff options
author | 2014-10-09 04:13:45 +0000 | |
---|---|---|
committer | 2014-10-09 04:13:45 +0000 | |
commit | 44e618d34b580ce8c9a0b6911033213c0a72becb (patch) | |
tree | 7d56046ab334ab1ec3aa327ee01f89b55fed3ff5 | |
parent | no need for lkm dummy (diff) | |
download | wireguard-openbsd-44e618d34b580ce8c9a0b6911033213c0a72becb.tar.xz wireguard-openbsd-44e618d34b580ce8c9a0b6911033213c0a72becb.zip |
remove LKM lies
-rw-r--r-- | sys/sys/ioctl_compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/ioctl_compat.h b/sys/sys/ioctl_compat.h index 7534b9ca9eb..4558eb48219 100644 --- a/sys/sys/ioctl_compat.h +++ b/sys/sys/ioctl_compat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ioctl_compat.h,v 1.5 2013/12/13 19:55:12 naddy Exp $ */ +/* $OpenBSD: ioctl_compat.h,v 1.6 2014/10/09 04:13:45 tedu Exp $ */ /* $NetBSD: ioctl_compat.h,v 1.10 1995/03/31 03:10:15 christos Exp $ */ /* @@ -42,7 +42,7 @@ /* * Passthrough ioctl commands. These are passed through to devices - * as they are, it is expected that the device (an LKM, for example), + * as they are, it is expected that the device (whatever it is) * will know how to deal with them. One for each emulation, so that * no namespace clashes will occur between them, for devices that * may be dealing with specific ioctls for multiple emulations. |