Diff for /dietlibc/t.c between versions 1.45 and 1.46

version 1.45, 2001/04/27 23:04:12 version 1.46, 2001/05/03 00:23:44
Line 43  static int rand() { Line 43  static int rand() {
 extern double atof(const char *c);  extern double atof(const char *c);
   
 int main(int argc,char *argv[]) {  int main(int argc,char *argv[]) {
   printf("%d\n",isxdigit(0));    printf("got password \"%s\"\n",getpass("password"));
 #if 0  #if 0
   struct passwd *p=getpwnam("leitner");    struct passwd *p=getpwnam("leitner");
   struct spwd *s=getspnam("leitner");    struct spwd *s=getspnam("leitner");

Removed from v.1.45  
changed lines
  Added in v.1.46


LinuxTV legacy CVS <linuxtv.org/cvs>