Diff for /dietlibc/t.c between versions 1.23 and 1.24

version 1.23, 2001/02/23 13:22:34 version 1.24, 2001/03/01 14:09:26
Line 37  static int rand() { Line 37  static int rand() {
 }  }
 #endif  #endif
   
   extern double atof(const char *c);
   
 int main(int argc,char *argv[]) {  int main(int argc,char *argv[]) {
   struct hostent *foo=gethostbyname("knuth.fefe.de");    struct hostent *foo=gethostbyname("knuth.fefe.de");
 /*  if (foo)  /*  if (foo)

Removed from v.1.23  
changed lines
  Added in v.1.24


LinuxTV legacy CVS <linuxtv.org/cvs>