mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 22:51:42 +02:00
33582: don't include tcp.mdh in zftp.c.
It's a private module definition header that doesn't need to be exposed.
This commit is contained in:
parent
52d37d7ff4
commit
ef4fb421f5
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2014-10-31 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 33582: Src/Modules/zftp.c: don't include tcp.mdh in zftp.c as
|
||||
it only contains private module definitions.
|
||||
|
||||
* via private email: Jérémie Roquet: Src/options.c: more care
|
||||
with errors using setuid().
|
||||
|
||||
|
|
|
@ -50,7 +50,6 @@ struct zftp_session;
|
|||
typedef struct zftp_session *Zftp_session;
|
||||
|
||||
#include "tcp.h"
|
||||
#include "tcp.mdh"
|
||||
#include "zftp.mdh"
|
||||
#include "zftp.pro"
|
||||
|
||||
|
|
Loading…
Reference in a new issue