diff options
author | djm <djm> | 2006-07-24 04:01:23 +0000 |
---|---|---|
committer | djm <djm> | 2006-07-24 04:01:23 +0000 |
commit | e25f4551c93457ab459dc07919ded3252d01b3da (patch) | |
tree | 165a0e96fe28c123ec5847c9830a64fe6cc3eb3f /includes.h | |
parent | 0a25531b533b2668d4a18c3055d91efc70454b00 (diff) | |
download | openssh-e25f4551c93457ab459dc07919ded3252d01b3da.tar.gz |
- 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 'includes.h')
-rw-r--r-- | includes.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: includes.h,v 1.51 2006/07/12 22:42:32 stevesk Exp $ */ +/* $OpenBSD: includes.h,v 1.52 2006/07/17 01:31:09 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -56,7 +56,6 @@ #ifdef HAVE_PATHS # include <paths.h> #endif -#include <unistd.h> /* For STDIN_FILENO, etc */ /* *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively |