mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 23:33:23 +00:00
fixed bugs with struct ip_mreq
This commit is contained in:
parent
2e7314d523
commit
35497aa4f9
4 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/* source: xiohelp.c */
|
||||
/* Copyright Gerhard Rieger 2001-2007 */
|
||||
/* Copyright Gerhard Rieger 2001-2008 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
/* this file contains the source for the help function */
|
||||
|
@ -25,7 +25,7 @@ static const char *optiontypenames[] = {
|
|||
"OFF_T", "OFF64_T",
|
||||
#if HAVE_STRUCT_IP_MREQN
|
||||
"STRUCT-IP_MREQN",
|
||||
#elif HAVE_STRUCT_IP_MREQN
|
||||
#elif HAVE_STRUCT_IP_MREQ
|
||||
"STRUCT-IP_MREQ",
|
||||
#endif
|
||||
"IP4NAME",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue