diff options
Diffstat (limited to 'nt/inc/sys/ioctl.h')
-rw-r--r-- | nt/inc/sys/ioctl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nt/inc/sys/ioctl.h b/nt/inc/sys/ioctl.h index 5294e1b5f85..dc0957873da 100644 --- a/nt/inc/sys/ioctl.h +++ b/nt/inc/sys/ioctl.h @@ -1,5 +1,5 @@ -/*
- * sys\ioctl.h doesn't exist on NT...rather than including it conditionally
- * in many of the source files, we just extend the include path so that the
- * compiler will pick this up empty header instead.
- */
+/* + * sys\ioctl.h doesn't exist on NT...rather than including it conditionally + * in many of the source files, we just extend the include path so that the + * compiler will pick this up empty header instead. + */ |