diff options
author | djm <djm> | 2006-07-10 11:13:46 +0000 |
---|---|---|
committer | djm <djm> | 2006-07-10 11:13:46 +0000 |
commit | fda8e84bf4297e34ca923e86db484b0b20f61f71 (patch) | |
tree | 72286d5e07dfbf7855b038a033ea14806bb5f5da /readpass.c | |
parent | e9621361d15931ec6fce98f575127bcf4432b8b4 (diff) | |
download | openssh-fda8e84bf4297e34ca923e86db484b0b20f61f71.tar.gz |
- stevesk@cvs.openbsd.org 2006/07/09 15:15:11
[auth2-none.c authfd.c authfile.c includes.h misc.c monitor.c]
[readpass.c scp.c serverloop.c sftp-client.c sftp-server.c]
[ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c]
[sshlogin.c sshpty.c]
move #include <fcntl.h> out of includes.h
Diffstat (limited to 'readpass.c')
-rw-r--r-- | readpass.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: readpass.c,v 1.39 2006/06/08 14:45:49 markus Exp $ */ +/* $OpenBSD: readpass.c,v 1.40 2006/07/09 15:15:10 stevesk Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -28,6 +28,7 @@ #include <sys/types.h> #include <sys/wait.h> +#include <fcntl.h> #ifdef HAVE_PATHS_H # include <paths.h> #endif |