mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 22:31:12 +01:00
unposted: add tcp module to .distfiles
This commit is contained in:
parent
1b02f6d302
commit
8e87930abb
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue