]> andersk Git - openssh.git/blobdiff - fatal.c
- dtucker@cvs.openbsd.org 2010/01/09 23:04:13
[openssh.git] / fatal.c
diff --git a/fatal.c b/fatal.c
index ae1aaac6edd0c6b491f6f8bd708fc99c776c08b1..5e5aa3fe18dfd229c6427d02c638584cfbf2514f 100644 (file)
--- a/fatal.c
+++ b/fatal.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: fatal.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2002 Markus Friedl.  All rights reserved.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: fatal.c,v 1.2 2003/09/23 20:17:11 markus Exp $");
+
+#include <sys/types.h>
+
+#include <stdarg.h>
 
 #include "log.h"
 
@@ -33,6 +37,7 @@ void
 fatal(const char *fmt,...)
 {
        va_list args;
+
        va_start(args, fmt);
        do_log(SYSLOG_LEVEL_FATAL, fmt, args);
        va_end(args);
This page took 1.230876 seconds and 4 git commands to generate.