Date: Wed, 8 Dec 2010 22:13:27 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/printf printf.c Message-ID: <201012082213.oB8MDexF057078@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-12-08 22:13:27 UTC FreeBSD src repository Modified files: usr.bin/printf printf.c Log: SVN rev 216310 on 2010-12-08 22:13:27Z by jilles printf: Remove support for building as a csh builtin. The #define BUILTIN was for building as a csh (not tcsh) builtin. Given that csh was replaced by tcsh years ago there is no point in keeping this. The #define SHELL is for building as an sh builtin and is in active use. This commit does not change the /bin/sh and /usr/bin/printf binaries. Revision Changes Path 1.40 +2 -8 src/usr.bin/printf/printf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012082213.oB8MDexF057078>