summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-06-16 15:30:10 +0000
committerjhb <jhb@FreeBSD.org>2009-06-16 15:30:10 +0000
commit056d36800b31924fd585c5332cf2e76993692ae7 (patch)
treef557960e2cccd5900bb2540c6be71c17004db539 /secure
parentb8351fcda2af435587af452d2cf8727e0715a0a4 (diff)
downloadFreeBSD-src-056d36800b31924fd585c5332cf2e76993692ae7.zip
FreeBSD-src-056d36800b31924fd585c5332cf2e76993692ae7.tar.gz
Use the closefrom(2) system call.
Reviewed by: des
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 5a3659a..1bec2c1 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -19,7 +19,7 @@ SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \
# compiled directly into sshd instead.
# Portability layer
-SRCS+= bsd-closefrom.c bsd-misc.c fmt_scaled.c getrrsetbyname.c \
+SRCS+= bsd-misc.c fmt_scaled.c getrrsetbyname.c \
openssl-compat.c port-tun.c strtonum.c vis.c xcrypt.c xmmap.c
# FreeBSD additions
SRCS+= version.c
OpenPOWER on IntegriCloud