diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:45:54 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:45:54 +1100 |
commit | f17883e6a0f9462c8bc163cce44331862581b0cb (patch) | |
tree | 3e298f6761b40b7be32c76f529f92b1f276cb329 /includes.h | |
parent | 574c41fdb3ff4b8eb7f121b05a08f2415ec7efec (diff) |
- stevesk@cvs.openbsd.org 2006/02/20 17:02:44
[clientloop.c includes.h monitor.c progressmeter.c scp.c]
[serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c]
move #include <signal.h> out of includes.h; ok markus@
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes.h b/includes.h index ef4a269cc..be844c80b 100644 --- a/includes.h +++ b/includes.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: includes.h,v 1.34 2006/02/20 16:36:14 stevesk Exp $ */ | 1 | /* $OpenBSD: includes.h,v 1.36 2006/02/20 17:19:53 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -111,9 +111,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } | |||
111 | #ifdef HAVE_SYS_CDEFS_H | 111 | #ifdef HAVE_SYS_CDEFS_H |
112 | # include <sys/cdefs.h> /* For __P() */ | 112 | # include <sys/cdefs.h> /* For __P() */ |
113 | #endif | 113 | #endif |
114 | #ifdef HAVE_SYS_STAT_H | ||
115 | # include <sys/stat.h> /* For S_* constants and macros */ | ||
116 | #endif | ||
117 | #ifdef HAVE_SYS_SYSMACROS_H | 114 | #ifdef HAVE_SYS_SYSMACROS_H |
118 | # include <sys/sysmacros.h> /* For MIN, MAX, etc */ | 115 | # include <sys/sysmacros.h> /* For MIN, MAX, etc */ |
119 | #endif | 116 | #endif |