* Added B_PRIdTIME and B_PRIiTIME macros (for time_t).
* Added FSSH_[S]SIZE_MAX to headers/private/fs_shell/fssh_types.h. * Fixed various 64 bit compiler warnings. Nothing too serious, though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34241 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -126,6 +126,9 @@ typedef uint32 perform_code;
|
||||
/* ino_t */
|
||||
#define B_PRIdINO B_PRId64
|
||||
#define B_PRIiINO B_PRIi64
|
||||
/* time_t */
|
||||
#define B_PRIdTIME B_PRId32
|
||||
#define B_PRIiTIME B_PRIi32
|
||||
|
||||
|
||||
/* Empty string ("") */
|
||||
|
||||
Reference in New Issue
Block a user