kill: 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:48:22 +00:00
parent 77fae5c16d
commit 3658c9776e

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 /bin/kill and
* as a builtin for /bin/sh (#define SHELL).
*/
#if 0
#ifndef lint