diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-24 14:01:23 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-24 14:01:23 +1000 |
commit | e6b3b610ece508f565a114a60f6ce0edb70a5dd2 (patch) | |
tree | 56ae6e912a9aa1ebcb20e7155c093d84a34d5c48 /cleanup.c | |
parent | def915b0ff0228254da4b2f2442bab16aba414d4 (diff) |
- stevesk@cvs.openbsd.org 2006/07/17 01:31:10
[authfd.c authfile.c channels.c cleanup.c clientloop.c groupaccess.c]
[includes.h log.c misc.c msg.c packet.c progressmeter.c readconf.c]
[readpass.c scp.c servconf.c sftp-client.c sftp-server.c sftp.c]
[ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c]
[sshconnect.c sshlogin.c sshpty.c uidswap.c]
move #include <unistd.h> out of includes.h
Diffstat (limited to 'cleanup.c')
-rw-r--r-- | cleanup.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cleanup.c,v 1.3 2006/03/25 13:17:01 djm Exp $ */ | 1 | /* $OpenBSD: cleanup.c,v 1.4 2006/07/17 01:31:09 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2003 Markus Friedl <markus@openbsd.org> | 3 | * Copyright (c) 2003 Markus Friedl <markus@openbsd.org> |
4 | * | 4 | * |
@@ -14,7 +14,8 @@ | |||
14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | */ | 16 | */ |
17 | #include "includes.h" | 17 | |
18 | #include <unistd.h> | ||
18 | 19 | ||
19 | #include "log.h" | 20 | #include "log.h" |
20 | 21 | ||