X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2Fntop.c;h=066e10e3e485a12dc3e530799a21c5a1308fe703;hb=f94ed830df98218447f00b97f856de811bfcc4a2;hp=d47a0b697aa699dde6e3e080c6889cc35126a003;hpb=e787685f864d143bf8ec1c76e16b9c318a380b52;p=mirror_frr.git diff --git a/lib/ntop.c b/lib/ntop.c index d47a0b697..066e10e3e 100644 --- a/lib/ntop.c +++ b/lib/ntop.c @@ -81,7 +81,7 @@ static inline void puthex(uint16_t word, char **posx) const char *frr_inet_ntop(int af, const void * restrict src, char * restrict dst, socklen_t size) - __attribute__((flatten)) DSO_SELF OPTIMIZE; + __attribute__((flatten)) OPTIMIZE; const char *frr_inet_ntop(int af, const void * restrict src, char * restrict dst, socklen_t size) @@ -170,5 +170,5 @@ inet4: * as frr_inet_ntop (to avoid confusion while debugging) */ const char *inet_ntop(int af, const void *src, char *dst, socklen_t size) - __attribute__((alias ("frr_inet_ntop"))) DSO_SELF; + __attribute__((alias ("frr_inet_ntop"))); #endif