Diff for /dietlibc/t.c between versions 1.113 and 1.114

version 1.113, 2001/06/25 19:49:19 version 1.114, 2001/06/26 18:51:47
Line 63  int main(int argc,char *argv[]) { Line 63  int main(int argc,char *argv[]) {
   int len;    int len;
   len=res_search("fu-berlin.de",ns_c_in,ns_t_ns,buf,sizeof(buf));    len=res_search("fu-berlin.de",ns_c_in,ns_t_ns,buf,sizeof(buf));
 #endif  #endif
 #if 1  #if 0
   regex_t t;    regex_t t;
   regmatch_t rm;    regmatch_t rm;
 //  regcomp(&t,"^ *read",0);  //  regcomp(&t,"^ *read",0);
Line 231  int main(int argc,char *argv[]) { Line 231  int main(int argc,char *argv[]) {
   foo[6]=0;    foo[6]=0;
   puts(foo);    puts(foo);
 #endif  #endif
 #if 0  #if 1
   struct hostent * host;    struct hostent * host;
   struct in_addr i;    struct in_addr i;
   

Removed from v.1.113  
changed lines
  Added in v.1.114


LinuxTV legacy CVS <linuxtv.org/cvs>