https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216707

--- Comment #31 from John Marino <[email protected]> ---
(In reply to John Marino from comment #29)
Ah, here's the real error on ksh93:
/construction/shells/ksh93/ksh93-20120801_2/src/lib/libast/comp/tmpnam.c
/construction/shells/ksh93/ksh93-20120801_2/src/lib/libast/comp/tmpnam.c: In
function 'tmpnam':
/construction/shells/ksh93/ksh93-20120801_2/src/lib/libast/comp/tmpnam.c:48:14:
error: storage size of 'buf' isn't known
  static char buf[L_tmpnam];
              ^
/construction/shells/ksh93/ksh93-20120801_2/src/lib/libast/comp/tmpnam.c:50:39:
error: expected expression before ',' token
  return pathtemp(s ? s : buf, L_tmpnam, NiL, "tn", NiL);
                                       ^
mamake [lib/libast]: *** exit code 1 making tmpnam.o

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "[email protected]"

Reply via email to