=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/fatal.c,v retrieving revision 1.2.10.1 retrieving revision 1.3 diff -u -r1.2.10.1 -r1.3 --- src/usr.bin/ssh/fatal.c 2006/09/30 04:06:50 1.2.10.1 +++ src/usr.bin/ssh/fatal.c 2006/03/19 18:51:18 1.3 @@ -1,4 +1,3 @@ -/* $OpenBSD: fatal.c,v 1.2.10.1 2006/09/30 04:06:50 brad Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * @@ -23,10 +22,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "includes.h" -#include - #include "log.h" /* Fatal messages. This function never returns. */ @@ -35,7 +32,6 @@ fatal(const char *fmt,...) { va_list args; - va_start(args, fmt); do_log(SYSLOG_LEVEL_FATAL, fmt, args); va_end(args);