--- a/archivers/grp.c Tue Oct 09 15:15:24 2001 +0000 +++ b/archivers/grp.c Tue Oct 09 15:15:40 2001 +0000 @@ -45,6 +45,8 @@ #endif #endif +/* !!! FIXME: Using the same file handle for all reads is a RACE CONDITION! */ + typedef struct { FILE *handle;