summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-19 06:55:11 +0000
committerJim Meyering <jim@meyering.net>2000-06-19 06:55:11 +0000
commit5b728e9bad30f95f93af42474b80fb7b92e2832a (patch)
tree57dea7d6d258161a0bb594b5f80e07bba111895d
parenta49d66ffdf6cc9ad63f29b6cc150a36fcad6f5df (diff)
downloadcoreutils-5b728e9bad30f95f93af42474b80fb7b92e2832a.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 94b1f1f45..0f3d9cbb8 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
2000-06-18 Jim Meyering <meyering@lucent.com>
+ * mkdir.c: Remove file, due mainly to copyright incompatibility.
+ Besides, these days every porting target provides a mkdir function.
+
* strnlen.c: Include memory.h, string.h, and/or strings.h as needed.
(this snippet comes from src/system.h).