=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/audioctl/audioctl.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/audioctl/audioctl.c 1998/04/30 13:46:18 1.3 --- src/usr.bin/audioctl/audioctl.c 1998/07/15 22:10:47 1.4 *************** *** 1,4 **** ! /* $OpenBSD: audioctl.c,v 1.3 1998/04/30 13:46:18 provos Exp $ */ /* $NetBSD: audioctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: audioctl.c,v 1.4 1998/07/15 22:10:47 deraadt Exp $ */ /* $NetBSD: audioctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */ /* *************** *** 89,95 **** { "config", &adev.config, STRING, READONLY }, { "encodings", encbuf, STRING, READONLY }, { "properties", &properties, PROPS, READONLY }, ! { "full_duplex", &fullduplex, INT, 0 }, { "blocksize", &info.blocksize, UINT, 0 }, { "hiwat", &info.hiwat, UINT, 0 }, { "lowat", &info.lowat, UINT, 0 }, --- 89,96 ---- { "config", &adev.config, STRING, READONLY }, { "encodings", encbuf, STRING, READONLY }, { "properties", &properties, PROPS, READONLY }, ! { "full_duplex", &fullduplex, UINT, 0 }, ! { "fullduplex", &fullduplex, UINT, 0 }, { "blocksize", &info.blocksize, UINT, 0 }, { "hiwat", &info.hiwat, UINT, 0 }, { "lowat", &info.lowat, UINT, 0 },