git: 31b1ceddb1d3 - stable/13 - Untie strchrnul() from gdb.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 14:07:53 UTC
The branch stable/13 has been updated by mav:
URL: https://cgit.FreeBSD.org/src/commit/?id=31b1ceddb1d317f165c310ba50262c566e3ce74c
commit 31b1ceddb1d317f165c310ba50262c566e3ce74c
Author: Alexander Motin <mav@FreeBSD.org>
AuthorDate: 2023-09-24 03:17:29 +0000
Commit: Alexander Motin <mav@FreeBSD.org>
CommitDate: 2023-10-03 14:01:35 +0000
Untie strchrnul() from gdb.
MFC after: 10 days
(cherry picked from commit 2373e704aa1a5dcb7609badfdb0be4ceb4966d74)
---
sys/conf/files | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/files b/sys/conf/files
index 904584885db6..5f2e09eb8c2f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4126,7 +4126,7 @@ libkern/strcasecmp.c standard
libkern/strcasestr.c standard
libkern/strcat.c standard
libkern/strchr.c standard
-libkern/strchrnul.c optional gdb
+libkern/strchrnul.c standard
libkern/strcmp.c standard
libkern/strcpy.c standard
libkern/strcspn.c standard