FreeBSD Bugzilla – Attachment 8567 Details for
Bug 17867
wall does not report time zone [PATCH]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 479 bytes, created by
Joel Ray Holveck
on 2000-04-08 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joel Ray Holveck
Created:
2000-04-08 21:10:01 UTC
Size:
479 bytes
patch
obsolete
>--- wall.c.orig Sat Apr 8 13:00:11 2000 >+++ wall.c Sat Apr 8 12:58:32 2000 >@@ -172,8 +172,8 @@ > whom, hostname); > (void)fprintf(fp, "%-79.79s\007\007\r\n", lbuf); > (void)snprintf(lbuf, sizeof(lbuf), >- " (%s) at %d:%02d ...", ttyname(2), >- lt->tm_hour, lt->tm_min); >+ " (%s) at %d:%02d %s ...", ttyname(2), >+ lt->tm_hour, lt->tm_min, lt->tm_zone); > (void)fprintf(fp, "%-79.79s\r\n", lbuf); > } > (void)fprintf(fp, "%79s\r\n", " ");
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 17867
: 8567