mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
Various fixes and improvements.
This commit is contained in:
parent
eafd120bb4
commit
a5fee9936b
@ -147,6 +147,7 @@
|
||||
# define c3_stat_mtime(dp) (u2_time_t_in_ts((dp)->st_mtime))
|
||||
# elif defined(U2_OS_osx)
|
||||
# define c3_stat_mtime(dp) (u2_time_in_ts(&((dp)->st_mtimespec)))
|
||||
# define lseek64 lseek
|
||||
# elif defined(U2_OS_bsd)
|
||||
# define c3_stat_mtime(dp) (u2_time_in_ts(&((dp)->st_mtim)))
|
||||
# else
|
||||
|
2
v/loop.c
2
v/loop.c
@ -1463,7 +1463,7 @@ _lo_rest(u2_reck* rec_u)
|
||||
c3_w* img_w;
|
||||
u2_noun ron;
|
||||
|
||||
uL(fprintf(uH, "rest: reading event at %llx\n", end_d));
|
||||
// uL(fprintf(uH, "rest: reading event at %llx\n", end_d));
|
||||
|
||||
if ( -1 == lseek64(fid_i, 4ULL * tar_d, SEEK_SET) ) {
|
||||
uL(fprintf(uH, "record (%s) is corrupt (d)\n", ful_c));
|
||||
|
Loading…
Reference in New Issue
Block a user