1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-12 06:33:24 +00:00

Filan prints symlink target

This commit is contained in:
Gerhard Rieger 2022-06-05 10:55:45 +02:00
parent c62f93a168
commit e0c669028d
4 changed files with 85 additions and 6 deletions

View file

@ -22,7 +22,8 @@ extern int filan_stat(
#else
struct stat *buf
#endif /* !HAVE_STAT64 */
, int statfd, int dynfd, FILE *outfile);
, int statfd, int dynfd, FILE *outfile,
const char *filename);
extern int cdevan(int fd, FILE *outfile);