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:
authorCorinna Vinschen <corinna@vinschen.de>2006-10-16 16:31:19 +0400
committerCorinna Vinschen <corinna@vinschen.de>2006-10-16 16:31:19 +0400
commitb031f5c3c53080cbf9fa99082a972395d94428dd (patch)
tree416efcc492454b9b5c4f8b834e3db9587765b527 /winsup/cygwin
parent2c1ffdbf5e6f2767ab63e67834530539d36c6c0b (diff)
Fix pathnames.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5cd520347..ec5854fa9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -53,11 +53,12 @@
2006-09-17 Danny Smith <dannysmith@clear.net.nz>
- * byteorder.h: Correct typo.
+ * include/asm/byteorder.h: Correct typo.
2006-09-17 Danny Smith <dannysmith@clear.net.nz>
- * byteorder.h: Don't #define n* macros if -fnoinline is specified.
+ * include/asm/byteorder.h: Don't #define n* macros if -fnoinline is
+ specified.
2006-09-07 Christopher Faylor <cgf@timesys.com>