From: William Jojo Date: Thu, 21 Jan 2010 13:21:03 +0000 (+0100) Subject: s3: Fix bug 7052: "DFS broken on AIX (maybe others)" X-Git-Tag: tdb-1.2.1~206 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=c531d00ab4444db19ff6ba4c60ebdcc8319949c6 s3: Fix bug 7052: "DFS broken on AIX (maybe others)" --- diff --git a/tests/readlink.c b/tests/readlink.c index a07e62aa754..3784288ba01 100644 --- a/tests/readlink.c +++ b/tests/readlink.c @@ -13,7 +13,7 @@ main() { - int buf[7]; + char buf[7]; int ret; ssize_t rl_ret;