Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-01-21 20:47:53 +0300
committerChristopher Faylor <me@cgf.cx>2002-01-21 20:47:53 +0300
commit1c6577408e628a7beeb394351babe2c894d8475f (patch)
treefa4eaf6b5189de474c8deaafd1a8ecc0251cdccc /winsup/cygwin/net.cc
parent8ef47135dded8a99e40bb2d7c1a829964dc08ebd (diff)
Add newline at EOF.
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r--winsup/cygwin/net.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc
index 790b0990e..01beab79a 100644
--- a/winsup/cygwin/net.cc
+++ b/winsup/cygwin/net.cc
@@ -2579,4 +2579,4 @@ cygwin_sendmsg(int s, const struct msghdr *msg, int flags)
(struct sockaddr *) msg->msg_name, msg->msg_namelen);
free (buf);
return ret;
-} \ No newline at end of file
+}