=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dsp.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/sndiod/dsp.c 2012/12/01 12:13:34 1.2 --- src/usr.bin/sndiod/dsp.c 2012/12/07 08:04:58 1.3 *************** *** 1,4 **** ! /* $OpenBSD: dsp.c,v 1.2 2012/12/01 12:13:34 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: dsp.c,v 1.3 2012/12/07 08:04:58 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 15,21 **** * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include - #include "defs.h" #include "dsp.h" #include "utils.h" --- 15,20 ----