Related... In: execute_cmd.c ln: 111
extern time_t shell_start_time; #if defined (HAVE_GETTIMEOFDAY) extern struct timeval shellstart; #endif But if there's no HAVE_GETTIMEOFDAY then what's in shell_start_time, as shell.c calls gettimeofday() to put something in shell_start_time.
