mirror of
https://github.com/JotaRandom/hfsutils.git
synced 2025-03-23 01:29:24 +00:00
Fix the errno issue on glibc-2.3.2+
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
parent
ca2d077127
commit
81a6c106d4
3
tclhfs.c
3
tclhfs.c
@ -43,8 +43,7 @@
|
||||
# include "charset.h"
|
||||
# include "suid.h"
|
||||
# include "version.h"
|
||||
|
||||
extern int errno;
|
||||
# include <errno.h>
|
||||
|
||||
# define ERROR(code, str) (hfs_error = (str), errno = (code))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user