mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fixes for 64bit archs: don't assume a pointer is 32bit wide
This commit is contained in:
@@ -74,7 +74,7 @@ typedef struct dirent dirent_struct;
|
||||
typedef struct stat stat_struct;
|
||||
#define my_stat stat
|
||||
#define my_lstat lstat
|
||||
#error not using 64 bit file offsets
|
||||
//#error not using 64 bit file offsets
|
||||
#endif
|
||||
|
||||
#define SMSKEY_TIMEOUT 2000
|
||||
|
Reference in New Issue
Block a user