summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/config.h
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 /crypto/openssh/config.h
parentb8351fcda2af435587af452d2cf8727e0715a0a4 (diff)
downloadFreeBSD-src-056d36800b31924fd585c5332cf2e76993692ae7.zip
FreeBSD-src-056d36800b31924fd585c5332cf2e76993692ae7.tar.gz
Use the closefrom(2) system call.
Reviewed by: des
Diffstat (limited to 'crypto/openssh/config.h')
-rw-r--r--crypto/openssh/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index d465969..d07ee69 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -211,7 +211,7 @@
#define HAVE_CLOCK_T 1
/* Define to 1 if you have the `closefrom' function. */
-/* #undef HAVE_CLOSEFROM */
+#define HAVE_CLOSEFROM 1
/* Define if gai_strerror() returns const char * */
#define HAVE_CONST_GAI_STRERROR_PROTO 1
OpenPOWER on IntegriCloud