[hackers] [sbase] find: fgetc() returns int || Hiltjo Posthuma
commit 7ebf02d749a0858981a1c8f38610cb7a0ba0ebb3
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Fri Mar 27 17:08:25 2015 +0100
find: fgetc() returns int
diff --git a/find.c b/find.c
index 512bd36..b0f8a93 100644
--- a/find.c
+++ b/find.c
_AT_@ -406,9 +406,9 @@ pri_exec(struct arg *arg)
static int
pri_ok(struct arg *arg)
{
- int status;
+ int status, reply;
pid_t pid;
- char ***brace, reply, buf[256];
+ char ***brace, buf[256];
struct okarg *o = arg->extra.p;
fprintf(stderr, "%s: %s ?", *o->argv, arg->path);
Received on Sat Mar 28 2015 - 22:03:53 CET
This archive was generated by hypermail 2.3.0
: Sat Mar 28 2015 - 22:12:31 CET