summaryrefslogtreecommitdiff
path: root/openbsd-compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-10-15 00:17:36 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-10-15 00:17:36 +0000
commitb4df15d1e119994ad1f3e73c1283414d2eb30a5f (patch)
tree6d1c4e98fd54fb3a4c22210508dbfbf89acb883e /openbsd-compat.h
parentca1c2a0bac6e3ceab5c232ab800a1085db346144 (diff)
- (bal) Add support for realpath and getcwd for platforms with broken
or missing realpath implementations for sftp-server. - (bal) Corrected mistake in INSTALL in regards to GNU rx library
Diffstat (limited to 'openbsd-compat.h')
-rw-r--r--openbsd-compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat.h b/openbsd-compat.h
index f3ae2f3ff..18c67f088 100644
--- a/openbsd-compat.h
+++ b/openbsd-compat.h
@@ -6,6 +6,8 @@
6/* BSD function replacements */ 6/* BSD function replacements */
7#include "bsd-arc4random.h" 7#include "bsd-arc4random.h"
8#include "bsd-bindresvport.h" 8#include "bsd-bindresvport.h"
9#include "bsd-getcwd.h"
10#include "bsd-realpath.h"
9#include "bsd-rresvport.h" 11#include "bsd-rresvport.h"
10#include "bsd-misc.h" 12#include "bsd-misc.h"
11#include "bsd-strlcpy.h" 13#include "bsd-strlcpy.h"