YES I APPLIED the patch. Hell it won't compile without it. If I
compiled it that means I applied the patch :P
> And variables names are removed but not there relative location in a
> struct and if you think you're useing the right field (since two shared
> the same value) of a struct , but you managed to use the wrong one , if
> it's corected in a later edition of the shared-lib you get another file
> length (ie. to big/small filename) you get the strange result that you
> had in make.
> It's all rather basic programming knowledge IMHO (at least in this
> maillist :)
>
'namelen' and 'reclen' are the same size variable are not? They are
both located in the same location in the structure are they not? Then they
both should point to the same information when compiled. If the size has
changed or the location in the structure then I can see it causing probablems
with shared libraries. But the size hasn't changed has or the location has
it?