FreeBSD Bugzilla – Attachment 242636 Details for
Bug 271867
security/gvmd missing dates in reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Wrap colon-adding code block in #ifndef __FreeBSD__
security__gvmd__src__utils.c (text/plain), 484 bytes, created by
Stewart Morgan
on 2023-06-06 13:06:57 UTC
(
hide
)
Description:
Wrap colon-adding code block in #ifndef __FreeBSD__
Filename:
MIME Type:
Creator:
Stewart Morgan
Created:
2023-06-06 13:06:57 UTC
Size:
484 bytes
patch
obsolete
>--- src/utils.c.orig 2023-06-05 16:03:30.118542000 +0100 >+++ src/utils.c 2023-06-05 16:04:17.372985000 +0100 >@@ -461,12 +461,14 @@ > #endif > return NULL; > >+#ifndef __FreeBSD__ > /* Insert the ISO 8601 colon by hand. */ > len = strlen (time_string); > time_string[len + 1] = '\0'; > time_string[len] = time_string[len - 1]; > time_string[len - 1] = time_string[len - 2]; > time_string[len - 2] = ':'; >+#endif > > if (abbrev) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 271867
: 242636