(do_lookup, short_list, short_output, include_idle,
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2004 20:56:46 +0000 (20:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2004 20:56:46 +0000 (20:56 +0000)
commitd0cbf9ff71bdf7744ed72f12709a4e2f56e1c2bd
tree3edbf386933c18bcde56cd66265fab80b55225b3
parent889b25b472fd9c236186a3a475e2857d34399bc9
(do_lookup, short_list, short_output, include_idle,
include_heading, include_mesg, include_exit, need_boottime,
need_deadprocs, need_login, need_initspawn, need_clockchange,
need_runlevel, need_users, my_line_only, main): Use bool for booleans.
(print_runlevel): Use unsigned char for bytes.
(list_entries_who, scan_entries, who): Use size_t for sizes.
(main): No need to pass a non-NULL last arg to getopt_long.
src/who.c