From 56066d5f9a291d617efc4fa29bfc195aa98a5a3f Mon Sep 17 00:00:00 2001 From: NicJA Date: Sat, 29 Apr 2017 00:39:08 +0000 Subject: [PATCH] remove the nonsense "variadic" call. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54617 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/network/common/include/defines/bsdsocket.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/workbench/network/common/include/defines/bsdsocket.h b/workbench/network/common/include/defines/bsdsocket.h index 5bb6df204b..de9d8b5947 100644 --- a/workbench/network/common/include/defines/bsdsocket.h +++ b/workbench/network/common/include/defines/bsdsocket.h @@ -2,7 +2,7 @@ #define DEFINES_BSDSOCKET_PROTOS_H /* - Copyright © 1995-2016, The AROS Development Team. All rights reserved. + Copyright © 1995-2017, The AROS Development Team. All rights reserved. */ /* @@ -265,14 +265,6 @@ #define Inet_NtoA(arg1) \ __Inet_NtoA_WB(SocketBase, (arg1)) -#if !defined(NO_INLINE_STDARG) && !defined(BSDSOCKET_NO_INLINE_STDARG) -#define Inet_Nto(...) \ -({ \ - IPTR __args[] = { AROS_PP_VARIADIC_CAST2IPTR(__VA_ARGS__) }; \ - Inet_NtoA((unsigned long)__args); \ -}) -#endif /* !NO_INLINE_STDARG */ - #define __inet_addr_WB(__SocketBase, __arg1) \ AROS_LC1(unsigned long, inet_addr, \ AROS_LCA(const char *,(__arg1),A0), \ -- 2.11.4.GIT