Replace libc_pipe plugin by VFS pipe plugin

This commit is contained in:
Christian Helmuth
2020-07-23 15:14:54 +02:00
parent 9b6cc75f1c
commit de7d4a5523
53 changed files with 187 additions and 628 deletions

View File

@ -3,6 +3,6 @@ SRC_CC = main.cc
SRC_CC += server.cc
SRC_CC += ssh_callbacks.cc
SRC_CC += util.cc
LIBS = base libc libssh libc_pipe
LIBS = base libc libssh
CC_CXX_WARN_STRICT =

View File

@ -1,5 +1,5 @@
TARGET = tcp_terminal
SRC_CC = main.cc
LIBS = libc libc_pipe
LIBS = libc
CC_CXX_WARN_STRICT =