1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

18466: tcp.mdh only included by C file

This commit is contained in:
Peter Stephenson 2003-04-23 18:47:59 +00:00
parent 5b5c0175d5
commit f319daae1d
3 changed files with 4 additions and 1 deletions

@ -1,5 +1,8 @@
2003-04-23 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 18466: Src/Modules/tcp.c, Src/Modules/tcp.h: Only the module's
C source file should include the corresponding .mdh file.
* IKEGAMI Tsutomu: SourceForge bug 722366: initialisation of pwd
from PWD in environment didn't metafy.

@ -34,6 +34,7 @@
* doesn't exist on cygwin.
*/
#include "tcp.h"
#include "tcp.mdh"
/*
* We use poll() in preference to select because some subset of manuals says

@ -83,7 +83,6 @@ struct tcp_session {
int flags;
};
#include "tcp.mdh"
#include "tcp.pro"
#ifndef INET_ADDRSTRLEN