Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2008 19:45:58 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys aio.h
Message-ID:  <200812101946.mBAJk3Lb041411@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-12-10 19:45:58 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              aio.h 
  Log:
  SVN rev 185874 on 2008-12-10 19:45:58Z by jhb
  
  Rather than using a char array with explicit assumptions about the layout
  of 'struct osigevent' in 'struct aiocb', use int and void pointer spare
  members that are identical to 'struct osigevent'.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.33      +2 -1      src/sys/sys/aio.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812101946.mBAJk3Lb041411>