diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/test/test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/test/test.c b/bin/test/test.c index e2062d1..0d0ad65 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -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$"); |