1
0
Fork 0
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:
Gerhard Rieger 2008-02-03 20:56:52 +01:00
parent 2e7314d523
commit 35497aa4f9
4 changed files with 9 additions and 4 deletions

View file

@ -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",