diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:34 +0000 |
| commit | e5d258c9e599d2b2fe642e678091cac5da8a10d1 (patch) | |
| tree | 0e6490a82a8002e2977832010b26ddb33d3688a3 /usr.bin/which | |
| parent | dfc016587a1e11191676c42672aeeee5eb8cd64b (diff) | |
Diffstat (limited to 'usr.bin/which')
| -rw-r--r-- | usr.bin/which/which.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c index abc23c876b2e..f6ee25f60cce 100644 --- a/usr.bin/which/which.c +++ b/usr.bin/which/which.c @@ -26,9 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> |
