Diff for /dietlibc/t.c between versions 1.185 and 1.186

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

Removed from v.1.185  
changed lines
  Added in v.1.186


LinuxTV legacy CVS <linuxtv.org/cvs>