View | Details | Raw Unified | Return to bug 17867
Collapse All | Expand All

(-)wall.c (-2 / +2 lines)
Lines 172-179 Link Here
172
		    whom, hostname);
172
		    whom, hostname);
173
		(void)fprintf(fp, "%-79.79s\007\007\r\n", lbuf);
173
		(void)fprintf(fp, "%-79.79s\007\007\r\n", lbuf);
174
		(void)snprintf(lbuf, sizeof(lbuf), 
174
		(void)snprintf(lbuf, sizeof(lbuf), 
175
		    "        (%s) at %d:%02d ...", ttyname(2),
175
		    "        (%s) at %d:%02d %s ...", ttyname(2),
176
		    lt->tm_hour, lt->tm_min);
176
		    lt->tm_hour, lt->tm_min, lt->tm_zone);
177
		(void)fprintf(fp, "%-79.79s\r\n", lbuf);
177
		(void)fprintf(fp, "%-79.79s\r\n", lbuf);
178
	}
178
	}
179
	(void)fprintf(fp, "%79s\r\n", " ");
179
	(void)fprintf(fp, "%79s\r\n", " ");

Return to bug 17867