=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/audioctl/audioctl.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/audioctl/audioctl.c 2002/12/10 09:03:37 1.7 +++ src/usr.bin/audioctl/audioctl.c 2002/12/13 16:36:52 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: audioctl.c,v 1.7 2002/12/10 09:03:37 pvalchev Exp $ */ +/* $OpenBSD: audioctl.c,v 1.8 2002/12/13 16:36:52 naddy Exp $ */ /* $NetBSD: audioctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */ /* @@ -107,7 +107,7 @@ { "play.balance", &info.play.balance, UCHAR, 0 }, { "play.port", &info.play.port, XINT, 0 }, { "play.avail_ports", &info.play.avail_ports, XINT, 0 }, - { "play.seek", &info.play.seek, ULONG, READONLY }, + { "play.seek", &info.play.seek, UINT, READONLY }, { "play.samples", &info.play.samples, UINT, READONLY }, { "play.eof", &info.play.eof, UINT, READONLY }, { "play.pause", &info.play.pause, UCHAR, 0 }, @@ -125,7 +125,7 @@ { "record.balance", &info.record.balance, UCHAR, 0 }, { "record.port", &info.record.port, XINT, 0 }, { "record.avail_ports", &info.record.avail_ports,XINT, 0 }, - { "record.seek", &info.record.seek, ULONG, READONLY }, + { "record.seek", &info.record.seek, UINT, READONLY }, { "record.samples", &info.record.samples, UINT, READONLY }, { "record.eof", &info.record.eof, UINT, READONLY }, { "record.pause", &info.record.pause, UCHAR, 0 },