summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-23 09:12:23 +1100
committerDamien Miller <djm@mindrot.org>2013-02-23 09:12:23 +1100
commitb87f6b70f894952b74443c8ef1b86323e7c9f465 (patch)
tree7451e59ee115d79fd85e8429fc9fed860484f687 /sftp.c
parent91f40d8592562b804813a320a4ac3871dbaaf433 (diff)
downloadopenssh-git-b87f6b70f894952b74443c8ef1b86323e7c9f465.tar.gz
- (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer
bsd/libutil.h to libutil.h to avoid deprecation warnings on Ubuntu. ok tim
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sftp.c b/sftp.c
index 9a53b12b..342ae7ef 100644
--- a/sftp.c
+++ b/sftp.c
@@ -54,10 +54,6 @@ typedef void EditLine;
# include <util.h>
#endif
-#ifdef HAVE_LIBUTIL_H
-# include <libutil.h>
-#endif
-
#include "xmalloc.h"
#include "log.h"
#include "pathnames.h"