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

version 1.184, 2001/11/01 17:53:02 version 1.185, 2001/11/04 19:03:31
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[]) {
     struct timeval a,b;
     a.tv_sec=0; a.tv_usec=0;
     printf("%d\n",adjtime(&a,&b));
 #if 0  #if 0
   fd_set f;    fd_set f;
   struct timeval tv;    struct timeval tv;
Line 343  int main(int argc,char *argv[]) { Line 346  int main(int argc,char *argv[]) {
 #if 0  #if 0
   puts(ttyname(0));    puts(ttyname(0));
 #endif  #endif
 #if 1  #if 0
   char buf[1024];    char buf[1024];
   struct hostent* r;    struct hostent* r;
   r=gethostbyname("www.convergence.de");    r=gethostbyname("www.convergence.de");

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


LinuxTV legacy CVS <linuxtv.org/cvs>