Ian Brown @igb
TIL: telnet was removed from macOS High Sierra. 😡
View on Twitter ↗
0 5

Replies

You can add it back following these instructions: forums.developer.apple.com/thread/91472
though to get it to work with my version of clang & Xcode I had to massage an "Lvalue cast" clang.llvm.org/compatibility.… in ttymsg.c
as well as configure with CFLAGS="-Wno-error=return-type" and skip building ftp (for now) with --disable-ftp