summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-22 10:22:06 +0000
committerJim Meyering <jim@meyering.net>1999-08-22 10:22:06 +0000
commitfc08f1058a6f273479ab61444a49043a84df9d17 (patch)
tree86dd42cb1aa10948f0832280bf67a59ec9f53b60 /old
parenta343e68e0060e49e58955f833799e6e30cc3e404 (diff)
downloadcoreutils-fc08f1058a6f273479ab61444a49043a84df9d17.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index f4c79263a..c2308274f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,9 @@
1999-08-22 Jim Meyering <meyering@ascend.com>
+ * src/sys2.h (IF_LINT): Define new macro.
+ * src/df.c (main): Rename locals i and j.
+ Use IF_LINT macro instead of #ifdef lint...
+
* src/dd.c (parse_integer): Add `const' to char* parameter and
add a separate `suffix' variable.