diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-17 20:46:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-17 20:46:56 +0000 |
commit | c45ea103abd216222180899fb3eeb93680369318 (patch) | |
tree | 104e1fa4469fcfc8196f71384c4839cf7aa76774 /usr.sbin/dvmrpctl | |
parent | d00e143c3a6e9ab84955a0c5615dd9a763f69d0e (diff) |
Use __builtin_va_start instead of __builtin_stdarg_start
for va_start() which was only present for backwards compat
and has been removed from recent versions of GCC.
Our in tree GCC 3.3.5 has __builtin_va_start and this
section of code is only run if __GNUC__ >= 3 already.
ok espie@ kettenis@ millert@ miod@
Diffstat (limited to 'usr.sbin/dvmrpctl')
0 files changed, 0 insertions, 0 deletions