Преглед изворни кода

fix include guard for unix_sockets_posix

ahedberg пре 9 година
родитељ
комит
6753ae0cd7
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/core/iomgr/unix_sockets_posix.h

+ 3 - 3
src/core/iomgr/unix_sockets_posix.h

@@ -31,8 +31,8 @@
  *
  *
  */
  */
 
 
-#ifndef GRPC_INTERNAL_CORE_IOMGR_UNIX_SOCKETS_POSIX_H
-#define GRPC_INTERNAL_CORE_IOMGR_UNIX_SOCKETS_POSIX_H
+#ifndef GRPC_CORE_IOMGR_UNIX_SOCKETS_POSIX_H
+#define GRPC_CORE_IOMGR_UNIX_SOCKETS_POSIX_H
 
 
 #include <grpc/support/port_platform.h>
 #include <grpc/support/port_platform.h>
 
 
@@ -58,4 +58,4 @@ char *grpc_unix_get_default_authority(grpc_resolver_factory *factory,
 
 
 char *grpc_sockaddr_to_uri_unix_if_possible(const struct sockaddr *addr);
 char *grpc_sockaddr_to_uri_unix_if_possible(const struct sockaddr *addr);
 
 
-#endif /* GRPC_INTERNAL_CORE_IOMGR_UNIX_SOCKETS_POSIX_H */
+#endif /* GRPC_CORE_IOMGR_UNIX_SOCKETS_POSIX_H */