[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SQL on the Atari platform.
Tamminen Eero <t150315@students.cc.tut.fi> writes:
|> > msqld.c 450: Warning: passing arg 3 `accept' from incompatible pointer type
|>
|> Should be harmless or at least I haven't had troubles with that. The
|> last argument is on some systems defined as int* and on others as
|> size_t*.
Nowadays the correct type is socklen_t (usually defined to int), because
size_t loses on 64 bit systems.
Andreas.
--
Andreas Schwab "And now for something
schwab@issan.informatik.uni-dortmund.de completely different"
schwab@gnu.org