fixed a wrong data type of a parameter passed to ioctl.

fixed the segfault when no host configuration is in the configuration file
This commit is contained in:
2013-04-02 14:28:33 +00:00
parent 15924c72cd
commit 010b5fb9c0
9 changed files with 3420 additions and 3380 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -80,8 +80,12 @@
<if cond="ENABLE_DLL=='1'">shared</if>
<if cond="ENABLE_DLL=='0'">static</if>
</set>
<set var="BUILDDIR_TCPV40HDRS">
<if cond="TCPV40HDRS=='on'">-tcpv40hdrs</if>
<if cond="TCPV40HDRS=='off'"></if>
</set>
<set var="BUILDDIR">
$(BUILDDIR_BUILD)-$(BUILDDIR_CHAR)-$(BUILDDIR_SHARED)
$(BUILDDIR_BUILD)-$(BUILDDIR_CHAR)-$(BUILDDIR_SHARED)$(BUILDDIR_TCPV40HDRS)
</set>
<!-- =========================================================

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff