]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 261518:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Feb 2014 20:16:32 +0000 (20:16 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Feb 2014 20:16:32 +0000 (20:16 +0000)
commit3be51a47ea5082fcf9952f62f12d71131c651a65
tree05c700dc7a5757a4f36829aae2c225c003801ad7
parent5b743deed3336bea0d426474e165b7819240adf5
MFC 261518:
- Update a few places to account for va_copy().
- Create a separate 'return values' section and move some statements about
  return values to that section.
- Note that each invocation of va_start() and va_copy() must be paired with
  va_end() in the same function.

git-svn-id: svn://svn.freebsd.org/base/stable/8@262190 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man3/stdarg.3