jhb         2006-11-07 18:53:49 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/linux32    linux.h 
  Log:
  Add a new 'union l_sigval' to use in place of 'union sigval' in the
  linux siginfo structure.  l_sigval uses a l_uintptr_t for sival_ptr so
  that sival_ptr is the right size for linux32 on amd64.  Since no code
  currently uses 'lsi_ptr' this is just a cosmetic nit rather than a bug
  fix.
  
  Revision  Changes    Path
  1.9       +6 -3      src/sys/amd64/linux32/linux.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to