diff --git a/archivers/grp.c b/archivers/grp.c index ee02098..b01801e 100644 --- a/archivers/grp.c +++ b/archivers/grp.c @@ -45,6 +45,8 @@ #endif #endif +/* !!! FIXME: Using the same file handle for all reads is a RACE CONDITION! */ + typedef struct { FILE *handle;