diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-06-07 14:33:49 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-06-07 14:33:49 +0000 |
commit | 8e87930abb59da81dcbe4103633d81b561a8c492 (patch) | |
tree | d4a4468486745e3335437d4fd7022c360f9f801a | |
parent | 1b02f6d302311f4b876e70b0290043dee7d46f07 (diff) | |
download | zsh-8e87930abb59da81dcbe4103633d81b561a8c492.tar.gz zsh-8e87930abb59da81dcbe4103633d81b561a8c492.tar.xz zsh-8e87930abb59da81dcbe4103633d81b561a8c492.zip |
unposted: add tcp module to .distfiles
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Src/Modules/.distfiles | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7eb946b58..5341b9ef4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-06-06 Clint Adams <clint@zsh.org> + * unposted: Src/Modules/.distfiles: add + tcp.* files. + * 14778: Src/Modules/tcp.mdd, Src/Modules/zftp.mdd: rename zsh/tcp to zsh/net/tcp. diff --git a/Src/Modules/.distfiles b/Src/Modules/.distfiles index ecc2d21c7..ae2319965 100644 --- a/Src/Modules/.distfiles +++ b/Src/Modules/.distfiles @@ -8,6 +8,7 @@ DISTFILES_SRC=' mathfunc.mdd mathfunc.c parameter.mdd parameter.c stat.mdd stat.c + tcp.mdd tcp.c tcp.h termcap.mdd termcap.c terminfo.mdd terminfo.c zftp.mdd zftp.c |