diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-03-01 21:48:22 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-03-01 21:48:22 +0000 |
| commit | 3658c9776ecf57d788ab793e9e16215fdabcc0d6 (patch) | |
| tree | 84413f86be3b782061ebb0f227b699be25bdb941 /bin/kill | |
| parent | 77fae5c16dfa60346072a73b2346f38037d05d3b (diff) | |
Notes
Diffstat (limited to 'bin/kill')
| -rw-r--r-- | bin/kill/kill.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/kill/kill.c b/bin/kill/kill.c index 69ad0c8da24c..671d1cb1fc87 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -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 |
