git: 0ed58ac88a86 - main - include: ssp: kill off leftover $FreeBSD$ tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 22:46:16 UTC
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=0ed58ac88a865610e982416af505a5948d1c88c9
commit 0ed58ac88a865610e982416af505a5948d1c88c9
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2024-05-13 22:38:11 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2024-05-13 22:45:55 +0000
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