K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2021-02-06T20:43:37.846809Z K 7 svn:log V 645 Clean up patch This fix can be traced back to patch-src_core_lib_tsi_ssl__transport__security.c in r439428 [1]. It is not needed anymore. from src/core/tsi/ssl_transport_security.cc: 26 /* TODO(jboeuf): refactor inet_ntop into a portability header. */ 27 /* Note: for whomever reads this and tries to refactor this, this 28 can't be in grpc, it has to be in gpr. */ 29 #ifdef GPR_WINDOWS 30 #include 31 #else 32 #include 33 #include 34 #endif [1] https://svnweb.freebsd.org/ports/head/devel/grpc/files/patch-src_core_lib_tsi_ssl__transport__security.c?view=markup&pathrev=439428 END