]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clean up use of <stdarg.h> macros: always call va_end after va_start,
authorTim J. Robbins <tjr@FreeBSD.org>
Sun, 6 Oct 2002 11:14:21 +0000 (11:14 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Sun, 6 Oct 2002 11:14:21 +0000 (11:14 +0000)
commit76900889fa050563a1629692c6ced9033cdf71dd
treefbde434297a039063e83973159cfcf63fb88f1bd
parentd9e5246b17769adb460515d3ac43c07f6996772c
Clean up use of <stdarg.h> macros: always call va_end after va_start,
reset with a call to va_start before each use of the va_list.

Obtained from: NetBSD
bin/rcp/rcp.c