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:
authorMumit Khan <khan@@xraylith.wisc.edu>2000-05-13 06:01:51 +0400
committerMumit Khan <khan@@xraylith.wisc.edu>2000-05-13 06:01:51 +0400
commitbc657c17b59e2106ea968f4551d3d4bd85b4ae6e (patch)
tree856271bbe4a71b34d68e0937ab535b8e7188d6e3 /winsup/cygwin/ChangeLog
parent41010c6a5389d023ad28654eed5fcd0f64eb5ffc (diff)
2000-05-12 Mumit Khan <khan@xraylith.wisc.edu>
* include/cygwin/in.h (struct in6_addr): Fix spelling. * include/cygwin/socket.h (AF_INET6, PF_INET6): Define macros. (AF_MAX, PF_MAX): Bump to 32 to leave room for future expansion.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 521c7e42d..4703373c7 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-12 Mumit Khan <khan@xraylith.wisc.edu>
+
+ * include/cygwin/in.h (struct in6_addr): Fix spelling.
+ * include/cygwin/socket.h (AF_INET6, PF_INET6): Define macros.
+ (AF_MAX, PF_MAX): Bump to 32 to leave room for future expansion.
+
Fri May 12 21:35:54 2000 Christopher Faylor <cgf@cygnus.com>
* dcrt0.cc (build_argv): Remove unneeded variable.