From 0ed58ac88a865610e982416af505a5948d1c88c9 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 13 May 2024 17:38:11 -0500 Subject: [PATCH] include: ssp: kill off leftover $FreeBSD$ tag Most of these were fixed when rebasing the patch forward, but this one seems to have been missed. Reported by: marck Fixes: be04fec426 ("Import _FORTIFY_SOURCE implementation [...]") --- include/ssp/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ssp/Makefile b/include/ssp/Makefile index dff19f43c920..69e7df68bb47 100644 --- a/include/ssp/Makefile +++ b/include/ssp/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - INCS= ssp.h stdio.h string.h strings.h unistd.h INCSDIR= ${INCLUDEDIR}/ssp