1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 17:31:02 +01:00

15919: use LinkLists in place of somewhat equivalent code

This commit is contained in:
Clint Adams 2001-10-02 02:35:00 +00:00
parent 89719fbac3
commit 1bbe1d1b0a
4 changed files with 128 additions and 72 deletions

View file

@ -80,7 +80,6 @@ struct tcp_session {
int fd; /* file descriptor */
union tcp_sockaddr sock; /* local address */
union tcp_sockaddr peer; /* remote address */
Tcp_session next;
int flags;
};