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 /includes.h | |
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 'includes.h')
-rw-r--r-- | includes.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes.h b/includes.h index 6e8f5416f..22a2c5944 100644 --- a/includes.h +++ b/includes.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: includes.h,v 1.47 2006/07/09 15:15:10 stevesk Exp $ */ | 1 | /* $OpenBSD: includes.h,v 1.48 2006/07/10 16:37:36 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -20,12 +20,10 @@ | |||
20 | 20 | ||
21 | #define _GNU_SOURCE /* activate extra prototypes for glibc */ | 21 | #define _GNU_SOURCE /* activate extra prototypes for glibc */ |
22 | 22 | ||
23 | #include <stdarg.h> | ||
24 | #include <stdio.h> | 23 | #include <stdio.h> |
25 | #include <errno.h> | 24 | #include <errno.h> |
26 | #include <stdlib.h> | 25 | #include <stdlib.h> |
27 | #include <string.h> | 26 | #include <string.h> |
28 | #include <stdarg.h> | ||
29 | #include <time.h> | 27 | #include <time.h> |
30 | #include <stddef.h> | 28 | #include <stddef.h> |
31 | 29 | ||