1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/usr.bin/w
Philippe Charnier 69fe77ce99 Do not print the result of strftime() in case of failure, the content is
indeterminate in such a case. The correct value for 2nd argument is
sizeof(buf). Do not NUL-terminate the result string, strftime() will do it
for us.
2003-09-07 16:31:32 +00:00
..
extern.h remove __P 2002-03-22 01:42:45 +00:00
Makefile When -n is specified, don't attempt to turn hostnames found in utmp 2001-07-26 19:20:13 +00:00
pr_time.c ANSI style function declarations. 2002-06-07 01:41:54 +00:00
proc_compare.c ANSI style function declarations. 2002-06-07 01:41:54 +00:00
uptime.1 Replace /kernel with /boot/kernel/kernel. 2002-05-09 11:47:42 +00:00
w.1 Replace /kernel with /boot/kernel/kernel. 2002-05-09 11:47:42 +00:00
w.c Do not print the result of strftime() in case of failure, the content is 2003-09-07 16:31:32 +00:00