aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/socket_utils_linux.c
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-25 16:11:38 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-25 16:11:38 -0700
commitf6a87f89129b2b188e35bce1759a7617cf2ceed1 (patch)
tree1b8062dc54673b03eae564c6270ca37848bbced7 /src/core/iomgr/socket_utils_linux.c
parent3bd0b99c58c94e57aa6bff43b6d024e1b555209f (diff)
parentd1fce837f2c778b2573e29a400bbb572ca949edf (diff)
Merge pull request #5895 from ctiller/clang_fmt_upd
Update clang-format to 3.8
Diffstat (limited to 'src/core/iomgr/socket_utils_linux.c')
-rw-r--r--src/core/iomgr/socket_utils_linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/iomgr/socket_utils_linux.c b/src/core/iomgr/socket_utils_linux.c
index a87625262b..e16885f231 100644
--- a/src/core/iomgr/socket_utils_linux.c
+++ b/src/core/iomgr/socket_utils_linux.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,8 +37,8 @@
#include "src/core/iomgr/socket_utils_posix.h"
-#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/types.h>
int grpc_accept4(int sockfd, struct sockaddr *addr, socklen_t *addrlen,
int nonblock, int cloexec) {