diff options
author | Damien Miller <djm@mindrot.org> | 2019-07-08 13:38:39 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-07-08 13:38:39 +1000 |
commit | 4efe1adf05ee5d3fce44320fcff68735891f4ee6 (patch) | |
tree | 49b902aab121cc5c7c3b8dd166556036fee4c175 /openbsd-compat/Makefile.in | |
parent | 696fb4298e80f2ebcd188986a91b49af3b7ca14c (diff) |
remove realpath() compat replacement
We shipped a BSD implementation of realpath() because sftp-server
depended on its behaviour.
OpenBSD is now moving to a more strictly POSIX-compliant realpath(2),
so sftp-server now unconditionally requires its own BSD-style realpath
implementation. As such, there is no need to carry another independant
implementation in openbsd-compat.
ok dtucker@
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r-- | openbsd-compat/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index c1e14cbd0..2cc343636 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in | |||
@@ -38,7 +38,6 @@ OPENBSD=base64.o \ | |||
38 | pwcache.o \ | 38 | pwcache.o \ |
39 | readpassphrase.o \ | 39 | readpassphrase.o \ |
40 | reallocarray.o \ | 40 | reallocarray.o \ |
41 | realpath.o \ | ||
42 | recallocarray.o \ | 41 | recallocarray.o \ |
43 | rmd160.o \ | 42 | rmd160.o \ |
44 | rresvport.o \ | 43 | rresvport.o \ |