From dec211c6cf60dcaefcd1bd93eb50825179d3060f Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 13 May 2024 17:43:44 -0500 Subject: [PATCH] Stop removing ssp headers These were previously installed by the GCC implementation of libssp, but now they're installed once again with our implementation of FORTIFY_SOURCE. Reported by: jkim Fixes: be04fec42638 ("Import _FORTIFY_SOURCE implementation [...]") --- ObsoleteFiles.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index b84b8d917bf4..8a2c87b20645 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -9491,11 +9491,6 @@ OLD_FILES+=usr/share/man/man4/imm.4.gz OLD_FILES+=usr/share/man/man4/vpo.4.gz # 20200104: gcc libssp removed -OLD_FILES+=usr/include/ssp/ssp.h -OLD_FILES+=usr/include/ssp/stdio.h -OLD_FILES+=usr/include/ssp/string.h -OLD_FILES+=usr/include/ssp/unistd.h -OLD_DIRS+=usr/include/ssp OLD_FILES+=usr/lib/libssp.a # 20191229: GEOM_SCHED class and gsched tool removed