../../trans/new-fifo.c:156:67: error: expected ';' at end of declaration error_t parse_opt (int key, char *arg, struct argp_state *state) ^ ; ../../trans/new-fifo.c:172:23: error: use of undeclared identifier 'argp' return argp_parse (&argp, argc, argv, print_errs ? 0 : ARGP_SILENT, 0, 0); ^ ../../trans/new-fifo.c:189:32: error: expected ';' at end of declaration void clean_fsys (void *vfsys) ^ ; ../../trans/new-fifo.c:469:47: error: expected ';' at end of declaration error_t maybe_trash_protid (void *vcred) ^ ; 4 errors generated.