Diff for /dietlibc/t.c between versions 1.39 and 1.40

version 1.39, 2001/03/19 16:47:38 version 1.40, 2001/03/19 17:04:04
Line 3 Line 3
 #include <stdlib.h>  #include <stdlib.h>
 #include <dirent.h>  #include <dirent.h>
 #include <pwd.h>  #include <pwd.h>
   #include <shadow.h>
 #include <stdio.h>  #include <stdio.h>
 #include <assert.h>  #include <assert.h>
 #include <sys/mount.h>  #include <sys/mount.h>
Line 41  static int rand() { Line 42  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[]) {
     struct passwd *p=getpwnam("leitner");
     struct shadow *s=getspnam("leitner");
   printf("%g\n",30.0123);    printf("%g\n",30.0123);
 #if 0  #if 0
   time_t t=time(0);    time_t t=time(0);

Removed from v.1.39  
changed lines
  Added in v.1.40


LinuxTV legacy CVS <linuxtv.org/cvs>