mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
18466: tcp.mdh only included by C file
This commit is contained in:
parent
5b5c0175d5
commit
f319daae1d
@ -1,5 +1,8 @@
|
|||||||
2003-04-23 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
|
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
|
* IKEGAMI Tsutomu: SourceForge bug 722366: initialisation of pwd
|
||||||
from PWD in environment didn't metafy.
|
from PWD in environment didn't metafy.
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
* doesn't exist on cygwin.
|
* doesn't exist on cygwin.
|
||||||
*/
|
*/
|
||||||
#include "tcp.h"
|
#include "tcp.h"
|
||||||
|
#include "tcp.mdh"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We use poll() in preference to select because some subset of manuals says
|
* We use poll() in preference to select because some subset of manuals says
|
||||||
|
@ -83,7 +83,6 @@ struct tcp_session {
|
|||||||
int flags;
|
int flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "tcp.mdh"
|
|
||||||
#include "tcp.pro"
|
#include "tcp.pro"
|
||||||
|
|
||||||
#ifndef INET_ADDRSTRLEN
|
#ifndef INET_ADDRSTRLEN
|
||||||
|
Loading…
Reference in New Issue
Block a user