Forgot to make off_t 64 bit

This commit is contained in:
Thomas Schmitt 2007-10-17 21:38:55 +00:00
parent 1420ed74da
commit f9f0ee4279
2 changed files with 4 additions and 1 deletions

View File

@ -56,6 +56,7 @@ cc -I. -DXorriso_with_maiN -DXorriso_with_regeX -DXorriso_with_readlinE \
$static_opts \
$debug_opts \
$def_opts \
$largefile_opts \
\
-DXorriso_build_timestamP='"'"$timestamp"'"' \
\
@ -63,6 +64,8 @@ cc -I. -DXorriso_with_maiN -DXorriso_with_regeX -DXorriso_with_readlinE \
\
"$xorr"/xorriso.c \
\
"$xorr"/xorrisoburn.c \
\
"$burn"/async.o \
"$burn"/debug.o \
"$burn"/drive.o \

View File

@ -1 +1 @@
#define Xorriso_timestamP "2007.10.17.200241"
#define Xorriso_timestamP "2007.10.17.213852"