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

This commit is contained in:
jilles 2011-03-01 21:48:22 +00:00
parent 9c010e7c89
commit fe3682faa7

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