--- dietlibc/t.c 2001/11/04 19:03:31 1.185 +++ dietlibc/t.c 2001/11/04 22:16:04 1.186 @@ -111,9 +111,12 @@ int traverse(const char* file, const str #endif int main(int argc,char *argv[]) { + puts(getpass("Password: ")); +#if 0 struct timeval a,b; a.tv_sec=0; a.tv_usec=0; printf("%d\n",adjtime(&a,&b)); +#endif #if 0 fd_set f; struct timeval tv;