diff options
author | Ed Maste <emaste@FreeBSD.org> | 2021-02-14 21:00:25 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2021-02-14 21:00:25 +0000 |
commit | 0194e6d04277a638afac6c4a664d3bc6a0d944eb (patch) | |
tree | e97a6dcafc6763aea7c804e4e113c2750cb1400d /sftp-glob.c | |
parent | f02e39982452024dafcf0ea6e536ebff586ffce4 (diff) | |
download | src-0194e6d04277a638afac6c4a664d3bc6a0d944eb.tar.gz src-0194e6d04277a638afac6c4a664d3bc6a0d944eb.zip |
Vendor import of OpenSSH 8.1p1vendor/openssh/8.1p1
Diffstat (limited to 'sftp-glob.c')
-rw-r--r-- | sftp-glob.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp-glob.c b/sftp-glob.c index 43a1bebadbd4..c196c51e569f 100644 --- a/sftp-glob.c +++ b/sftp-glob.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-glob.c,v 1.27 2015/01/14 13:54:13 djm Exp $ */ +/* $OpenBSD: sftp-glob.c,v 1.28 2019/10/02 00:42:30 djm Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> * @@ -25,7 +25,6 @@ #include <dirent.h> #include <stdlib.h> #include <string.h> -#include <stdlib.h> #include "xmalloc.h" #include "sftp.h" |