mirror of
https://github.com/JotaRandom/hfsutils.git
synced 2025-08-09 20:25:07 +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:
3
tclhfs.c
3
tclhfs.c
@@ -43,8 +43,7 @@
|
|||||||
# include "charset.h"
|
# include "charset.h"
|
||||||
# include "suid.h"
|
# include "suid.h"
|
||||||
# include "version.h"
|
# include "version.h"
|
||||||
|
# include <errno.h>
|
||||||
extern int errno;
|
|
||||||
|
|
||||||
# define ERROR(code, str) (hfs_error = (str), errno = (code))
|
# define ERROR(code, str) (hfs_error = (str), errno = (code))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user