diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-07-12 22:15:16 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-07-12 22:15:16 +1000 |
commit | 5d19626a0476f40e9320541194391d7eb51038d3 (patch) | |
tree | b04c6cc63d87549b6eaef1ca12fbe3056df3a0eb /fatal.c | |
parent | 11318476842a01eef47ceff67f31afc06cf2eaa5 (diff) |
- stevesk@cvs.openbsd.org 2006/07/10 16:37:36
[readpass.c log.h scp.c fatal.c xmalloc.c includes.h ssh-keyscan.c misc.c
auth.c packet.c log.c]
move #include <stdarg.h> out of includes.h; ok markus@
Diffstat (limited to 'fatal.c')
-rw-r--r-- | fatal.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: fatal.c,v 1.5 2006/03/25 13:17:01 djm Exp $ */ | 1 | /* $OpenBSD: fatal.c,v 1.6 2006/07/10 16:37:36 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2002 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2002 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -25,6 +25,8 @@ | |||
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | 27 | ||
28 | #include <stdarg.h> | ||
29 | |||
28 | #include "log.h" | 30 | #include "log.h" |
29 | 31 | ||
30 | /* Fatal messages. This function never returns. */ | 32 | /* Fatal messages. This function never returns. */ |