Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170768596
D58494.id183310.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
242 B
Referenced Files
None
Subscribers
None
D58494.id183310.diff
View Options
diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c
--- a/usr.bin/m4/misc.c
+++ b/usr.bin/m4/misc.c
@@ -70,7 +70,7 @@
ptrdiff_t
doindex(const char *s1, const char *s2)
{
- char *t;
+ const char *t;
t = strstr(s1, s2);
if (t == NULL)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 7, 12:53 PM (1 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35675705
Default Alt Text
D58494.id183310.diff (242 B)
Attached To
Mode
D58494: m4: Const correctness for C23
Attached
Detach File
Event Timeline
Log In to Comment