sj3lib: Remove TLI support

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Masanori Ogino 2023-11-29 22:50:06 +09:00
commit d09baa32bc
3 changed files with 1 additions and 144 deletions

View file

@ -172,9 +172,6 @@ typedef struct client {
StdyFile *stdy;
short version;
u_char def_char[2];
#if (defined(TLI) && defined(SOCK_UNIX))
int unix_flag;
#endif
uid_t uid;
struct client *next;
} Client;