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

MFC after:	1 week
This commit is contained in:
Jilles Tjoelker 2011-02-15 22:17:47 +00:00
parent 152e60f2fe
commit 2fd7d6aab6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218724

View File

@ -9,6 +9,10 @@
*
* This program is in the Public Domain.
*/
/*
* Important: This file is used both as a standalone program /bin/test and
* as a builtin for /bin/sh (#define SHELL).
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");