Activity for Zhixiong Chi

  • Zhixiong Chi Zhixiong Chi posted a comment on discussion Open Discussion

    Hi all, When trying to compile the application using tirpc with the following compiling option "-Werror -Wredundant-decls" and including the header <rpc rpc.h="">, then we get the error output: usr/include/tirpc/rpc/rpc.h:83:12: error: redundant redeclaration of 'bindresvport' [-Wredundant-decls] extern int bindresvport(int, struct sockaddr_in ); Since the bindresvport is also implmented in glibc. usr/include/netinet/in.h:502:12: note: previous declaration of 'bindresvport' was here extern int bindresvport...

1