=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/amsg.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/aucat/Attic/amsg.h 2009/05/16 11:15:26 1.6 +++ src/usr.bin/aucat/Attic/amsg.h 2009/05/16 12:20:31 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: amsg.h,v 1.6 2009/05/16 11:15:26 ratchov Exp $ */ +/* $OpenBSD: amsg.h,v 1.7 2009/05/16 12:20:31 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -43,7 +43,7 @@ uint32_t __pad; union { struct amsg_par { - uint8_t mode; /* AMSG_PLAY or AMSG_REC */ + uint8_t legacy_mode; /* compat for old libs */ #define AMSG_IGNORE 0 /* loose sync */ #define AMSG_SYNC 1 /* resync after xrun */ #define AMSG_ERROR 2 /* kill the stream */