=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.c,v retrieving revision 1.105 retrieving revision 1.106 diff -c -r1.105 -r1.106 *** src/usr.bin/sndiod/dev.c 2022/04/29 09:12:57 1.105 --- src/usr.bin/sndiod/dev.c 2022/12/26 19:16:03 1.106 *************** *** 1,4 **** ! /* $OpenBSD: dev.c,v 1.105 2022/04/29 09:12:57 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: dev.c,v 1.106 2022/12/26 19:16:03 jmc Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 1929,1935 **** } /* ! * setup converions layer */ slot_initconv(s); --- 1929,1935 ---- } /* ! * setup conversions layer */ slot_initconv(s); *************** *** 2334,2340 **** /* nothing to do if no visibility change */ if (((c->refs_mask & s->self) ^ refs_mask) == 0) continue; ! /* if control becomes visble */ if (refs_mask) c->refs_mask |= s->self; /* if control is hidden */ --- 2334,2340 ---- /* nothing to do if no visibility change */ if (((c->refs_mask & s->self) ^ refs_mask) == 0) continue; ! /* if control becomes visible */ if (refs_mask) c->refs_mask |= s->self; /* if control is hidden */ *************** *** 2548,2554 **** /* nothing to do if no visibility change */ if (((c->refs_mask & s->self) ^ refs_mask) == 0) continue; ! /* if control becomes visble */ if (refs_mask) c->refs_mask |= s->self; /* if control is hidden */ --- 2548,2554 ---- /* nothing to do if no visibility change */ if (((c->refs_mask & s->self) ^ refs_mask) == 0) continue; ! /* if control becomes visible */ if (refs_mask) c->refs_mask |= s->self; /* if control is hidden */