In message <[EMAIL PROTECTED]>,"Sean 
O'Malley" writes:
>I ran into the same problem =) I started hacking AFS to get userland stuff
>working, but put a dent in my head banging off the wall. I did manage to
>get it to compile, and started in with lint but that was about as far as I
>got. :)

dont bother with lint.  just collect the warnings.  anything about
implicit is likely bad news on 64-bit.  after than, any casting to/from
wrong size integers is possibly bad.  afs has a habit of casting 
int's to void * and back again which is safe.  that was the bulk of 
the work getting the ia64 client to run 64-bit.
_______________________________________________
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to