Commit bf4c4a43 bf4c4a43ac942d8d81d0d276fe15ae3217f0e5a9 by Sergey Poznyakoff

Minor changes.

1 parent 9f9d7b0b
...@@ -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 */
......