printf: Note that this is used both as a normal program and a shell builtin.

This commit is contained in:
Jilles Tjoelker 2011-03-01 21:47:06 +00:00
parent 229f1985ac
commit 77fae5c16d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219153

View File

@ -26,6 +26,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/*
* Important: This file is used both as a standalone program /usr/bin/printf
* and as a builtin for /bin/sh (#define SHELL).
*/
#ifndef SHELL
#ifndef lint