=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.h,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/sndiod/dev.h 2021/01/29 11:21:00 1.34 --- src/usr.bin/sndiod/dev.h 2021/01/29 11:31:28 1.35 *************** *** 1,4 **** ! /* $OpenBSD: dev.h,v 1.34 2021/01/29 11:21:00 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: dev.h,v 1.35 2021/01/29 11:31:28 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 149,155 **** struct ctlops *ops; void *arg; struct dev *dev; ! unsigned int mask; unsigned int mode; }; --- 149,155 ---- struct ctlops *ops; void *arg; struct dev *dev; ! unsigned int self; /* equal to (1 << index) */ unsigned int mode; };