summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-12 04:30:50 +0000
committerJim Meyering <jim@meyering.net>1993-10-12 04:30:50 +0000
commit9cfcec5b05d51fd2b2d72adb283b327b08ce868d (patch)
tree804cf6fa977729fd4a77e7a49b03174ec8297581 /src
parentd463bda0668397cf570d6ca3c1f72dc1110eef43 (diff)
downloadcoreutils-9cfcec5b05d51fd2b2d72adb283b327b08ce868d.tar.xz
merge with 3.8.4b
Diffstat (limited to 'src')
-rw-r--r--src/df.c1
-rw-r--r--src/ls.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/df.c b/src/df.c
index 4cf419638..7774e2d39 100644
--- a/src/df.c
+++ b/src/df.c
@@ -51,7 +51,6 @@
#include "system.h"
#include "version.h"
-char *strstr ();
char *xmalloc ();
char *xstrdup ();
void error ();
diff --git a/src/ls.c b/src/ls.c
index de6f5a30d..302c8ad4f 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -267,7 +267,7 @@ static int numeric_users;
static int print_block_size;
/* Nonzero means show file sizes in kilobytes instead of blocks
- (the size of which is system-dependant). -k */
+ (the size of which is system-dependent). -k */
static int kilobyte_blocks;