aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-01-20 16:35:17 +0000
committerChristopher Faylor <me@cgf.cx>2006-01-20 16:35:17 +0000
commit4f89dcf24b61989101c8884feac27528082637e1 (patch)
tree4fcbe5a88bf10f0c43d623083ae875bfdca72ca4
parentac20baeb5dd9d8a4f90353cb27098c948e933695 (diff)
downloadnewlib-4f89dcf24b61989101c8884feac27528082637e1.zip
newlib-4f89dcf24b61989101c8884feac27528082637e1.tar.gz
newlib-4f89dcf24b61989101c8884feac27528082637e1.tar.bz2
* include/sys/dirent.h: Add comments for people who are REALLY confused about
whether they should be using something called __invalid_d_ino or not. * include/sys/dirent.h (__invalid_ino32): Rename from __ino32. Don't define unused d_type macros. * include/cygwin/socket.h (struct sockaddr_storage): Fix typo in ss_family member name.
-rw-r--r--winsup/cygwin/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4d4be63..e5d0af1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,19 @@
+2006-01-20 Christopher Faylor <cgf@timesys.com>
+
+ * include/sys/dirent.h: Add comments for people who are REALLY confused
+ about whether they should be using something called __invalid_d_ino or
+ not.
+
+2006-01-19 Christopher Faylor <cgf@timesys.com>
+
+ * include/sys/dirent.h (__invalid_ino32): Rename from __ino32. Don't
+ define unused d_type macros.
+
+2006-01-18 Corinna Vinschen <corinna@vinschen.de>
+
+ * include/cygwin/socket.h (struct sockaddr_storage): Fix typo in
+ ss_family member name.
+
2006-01-13 Corinna Vinschen <corinna@vinschen.de>
* uname.cc (uname): Concatenate a "-WOW64" to utsname's sysname