diff options
author | Damien Miller <djm@mindrot.org> | 2006-08-05 03:34:19 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-08-05 03:34:19 +0200 |
commit | e7a1e5cf630d635b253f0c0bada8c8886436297f (patch) | |
tree | bc82ccd5819445dbbfa7049e5f0ffa9882433062 /includes.h | |
parent | - stevesk@cvs.openbsd.org 2006/07/26 02:35:17 (diff) | |
download | openssh-e7a1e5cf630d635b253f0c0bada8c8886436297f.tar.xz openssh-e7a1e5cf630d635b253f0c0bada8c8886436297f.zip |
- stevesk@cvs.openbsd.org 2006/07/26 13:57:17
[authfd.c authfile.c dh.c canohost.c channels.c clientloop.c compat.c]
[hostfile.c kex.c log.c misc.c moduli.c monitor.c packet.c readpass.c]
[scp.c servconf.c session.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]
[sshconnect1.c sshd.c xmalloc.c]
move #include <stdlib.h> out of includes.h
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes.h b/includes.h index 9dc284a69..215c00879 100644 --- a/includes.h +++ b/includes.h @@ -22,7 +22,6 @@ #include <sys/types.h> #include <stdio.h> -#include <stdlib.h> #ifdef HAVE_LIMITS_H # include <limits.h> /* For PATH_MAX */ |