=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.c,v retrieving revision 1.103 retrieving revision 1.104 diff -c -r1.103 -r1.104 *** src/usr.bin/sndiod/dev.c 2021/11/01 14:43:24 1.103 --- src/usr.bin/sndiod/dev.c 2022/03/15 05:53:37 1.104 *************** *** 1,4 **** ! /* $OpenBSD: dev.c,v 1.103 2021/11/01 14:43:24 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: dev.c,v 1.104 2022/03/15 05:53:37 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 1776,1782 **** found: /* open device, this may change opt's device */ ! if (!opt_ref(s->opt)) return NULL; s->opt = opt; s->ops = ops; --- 1776,1782 ---- found: /* open device, this may change opt's device */ ! if (!opt_ref(opt)) return NULL; s->opt = opt; s->ops = ops;