marcel      2006-06-14 03:01:06 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  Unbreak 64-bit architectures. The 3rd argument to kern_kldload() is
  a pointer to an integer and td->td_retval[0] is of type register_t.
  On 64-bit architectures register_t is wider than an integer.
  
  Revision  Changes    Path
  1.126     +6 -4      src/sys/kern/kern_linker.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to