]> sourceware.org Git - newlib-cygwin.git/commitdiff
* errno.cc (_sys_errlist): Add missing commas.
authorChristopher Faylor <me@cgf.cx>
Mon, 14 May 2001 19:39:57 +0000 (19:39 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 14 May 2001 19:39:57 +0000 (19:39 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/errno.cc

index 41310f5dd4fa762c41d90336f3af9d3ed31e8283..376170fdf15dff076483ad3ad43d541f49e22050 100644 (file)
@@ -1,3 +1,7 @@
+Mon May 14 15:37:29 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * errno.cc (_sys_errlist): Add missing commas.
+
 Mon May 14 16:13:00 2001  Corinna Vinschen <corinna@vinschen.de>
 
        * security.cc (subauth): Check if Secur32.dll could be loaded.
index 3a402607736648035c07b955b4877df7b5f38746..f9a3ca15c7a703f4ff98719de38b9fe4ffc7dd79 100644 (file)
@@ -255,11 +255,11 @@ extern const char __declspec(dllexport) * const _sys_errlist[]=
 /* ENOBUFS 105 */ "No buffer space available",
 /* EAFNOSUPPORT 106 */ "Address family not supported by protocol",
 /* EPROTOTYPE 107 */ "Protocol wrong type for transport endpoint",
-/* ENOTSOCK 108 */  "Socket operation on non-socket"
+/* ENOTSOCK 108 */  "Socket operation on non-socket",
 /* ENOPROTOOPT 109 */ "Protocol not available",
 /* ESHUTDOWN 110 */ "Cannot send after transport endpoint shutdown",
 /* ECONNREFUSED 111 */ "Connection refused",
-/* EADDRINUSE 112 */ "Address already in use"
+/* EADDRINUSE 112 */ "Address already in use",
 /* ECONNABORTED 113 */ "Connection aborted",
 /* ENETUNREACH 114 */ "Network is unreachable",
 /* ENETDOWN 115 */ "Network is down",
This page took 0.037575 seconds and 5 git commands to generate.