aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/which
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:34 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:34 +0000
commite5d258c9e599d2b2fe642e678091cac5da8a10d1 (patch)
tree0e6490a82a8002e2977832010b26ddb33d3688a3 /usr.bin/which
parentdfc016587a1e11191676c42672aeeee5eb8cd64b (diff)
Diffstat (limited to 'usr.bin/which')
-rw-r--r--usr.bin/which/which.c3
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>