csh on arm failure?

Alexander Kabaev kabaev at gmail.com
Wed May 16 00:10:12 UTC 2007


On Tue, 15 May 2007 11:48:46 -0700
Mark Peek <mp at FreeBSD.org> wrote:

> src/bin/csh/config_p.h:
> 
> ...
> #if defined(__FreeBSD__)
> #define NLS_BUGS
> #define BSD_STYLE_COLORLS
> /* we want to use the system malloc when we install as /bin/csh */
> #define SYSMALLOC
> /* Use LC_MESSAGES locale category to open the message catalog */
> #define MCLoadBySet NL_CAT_LOCALE
> #define BUFSIZE 8192
> #endif
> 
> The SYSMALLOC define should cause it to use the system malloc and not
> the tcsh malloc. Could __FreeBSD__ not be defined?
>
Easy to find out:

cc -E -dM -x c /dev/null | grep __FreeBSD__
-- 
Alexander Kabaev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20070516/a8e22c47/signature.pgp


More information about the freebsd-current mailing list