Displaying 3 results from an estimated 3 matches for "soff_t".
Did you mean:
off_t
2007 Nov 16
1
3.0.27a out monday.
Just spoke to Jerry, we'll be doing
a 3.0.27a on Monday to fix a regression
that broke smbfs mounts from Linux.
Sorry for the problem.
Jeremy.
2008 Jan 02
0
Fwd: [Workaround] Allocation size has bad value on a MIPS based setup.
...on size" field was set to 1048576 (00001000
00000000h). Which is a fairer value :-)
After a few investigations on the warnings (warning: right, left shift
count >= width of type) when compiling ntrans.c, trans2.c and a few
other files in libsmb, it seems that they come from the macros like
SOFF_T and alike defined in include.h when LARGE_SMB_OFF_T is defined
- which is the case for me.
I then just disabled LARGE_SMB_OFF_T and that solves the problem. So
I'm happy but some questions remain :
is it a known issue / bug ? Am I missing anything here ? Did configure
missed anything that fina...
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
...2: parse error before `off64_t'
/usr/include/unistd.h:162: warning: data definition has no type or storage
class
In file included from /usr/include/sys/lockf.h:41,
from /usr/include/unistd.h:382,
from Rsock.c:34:
/usr/include/sys/stat.h:127: parse error before `soff_t'
/usr/include/sys/stat.h:127: warning: no semicolon at end of struct or union
/usr/include/sys/stat.h:146: parse error before `st_size'
/usr/include/sys/stat.h:146: warning: data definition has no type or storage
class
In file included from /usr/include/unistd.h:382,
from R...