=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/abuf.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/aucat/abuf.h 2008/05/23 07:15:46 1.1 +++ src/usr.bin/aucat/abuf.h 2008/05/25 21:16:37 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: abuf.h,v 1.1 2008/05/23 07:15:46 ratchov Exp $ */ +/* $OpenBSD: abuf.h,v 1.2 2008/05/25 21:16:37 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -42,7 +42,7 @@ unsigned len; /* size of the ring */ struct aproc *rproc; /* reader */ struct aproc *wproc; /* writer */ - unsigned char data[]; /* actual data */ + unsigned char *data; /* pointer to actual data (immediately following) */ }; /*