mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
test: Note that this is used both as a normal program and a shell builtin.
MFC after: 1 week
This commit is contained in:
parent
152e60f2fe
commit
2fd7d6aab6
1 changed files with 4 additions and 0 deletions
|
|
@ -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$");
|
||||
|
|
|
|||
Loading…
Reference in a new issue