Minor changes.
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -74,8 +74,7 @@ enum mu_buffer_type | ... | @@ -74,8 +74,7 @@ enum mu_buffer_type |
74 | #define MU_IOCTL_SYSLOGSTREAM 10 /* Syslog stream (see below) */ | 74 | #define MU_IOCTL_SYSLOGSTREAM 10 /* Syslog stream (see below) */ |
75 | #define MU_IOCTL_FILTER 11 /* Filter streams (see below) */ | 75 | #define MU_IOCTL_FILTER 11 /* Filter streams (see below) */ |
76 | #define MU_IOCTL_TOPSTREAM 12 /* Same as MU_IOCTL_SUBSTREAM, but | 76 | #define MU_IOCTL_TOPSTREAM 12 /* Same as MU_IOCTL_SUBSTREAM, but |
77 | always returns the topmost substream, | 77 | always returns the topmost substream. |
78 | traversing stream chains if necessary. | ||
79 | */ | 78 | */ |
80 | 79 | ||
81 | /* Opcodes common for various families */ | 80 | /* Opcodes common for various families */ | ... | ... |
-
Please register or sign in to post a comment