summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/tar/gnu.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/tar/gnu.c')
-rw-r--r--gnu/usr.bin/tar/gnu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/gnu.c b/gnu/usr.bin/tar/gnu.c
index 3bb1d68..ef51f2b 100644
--- a/gnu/usr.bin/tar/gnu.c
+++ b/gnu/usr.bin/tar/gnu.c
@@ -95,9 +95,9 @@ read_dir_file ()
{
int dev;
int ino;
- unsigned char *strp;
+ char *strp;
FILE *fp;
- unsigned char buf[512];
+ char buf[512];
static char *path = 0;
if (path == 0)
OpenPOWER on IntegriCloud