Page MenuHomeFreeBSD

D58494.diff
No OneTemporary

D58494.diff

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

Mime Type
text/plain
Expires
Mon, Sep 7, 12:47 PM (1 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35675705
Default Alt Text
D58494.diff (242 B)

Event Timeline