Diff for /imach/src/imach.c between versions 1.139 and 1.140

version 1.139, 2010/06/14 07:50:17 version 1.140, 2011/09/02 10:37:54
Line 1 Line 1
 /* $Id$  /* $Id$
   $State$    $State$
   $Log$    $Log$
     Revision 1.140  2011/09/02 10:37:54  brouard
     Summary: times.h is ok with mingw32 now.
   
   Revision 1.139  2010/06/14 07:50:17  brouard    Revision 1.139  2010/06/14 07:50:17  brouard
   After the theft of my laptop, I probably lost some lines of codes which were not uploaded to the CVS tree.    After the theft of my laptop, I probably lost some lines of codes which were not uploaded to the CVS tree.
   I remember having already fixed agemin agemax which are pointers now but not cvs saved.    I remember having already fixed agemin agemax which are pointers now but not cvs saved.
Line 388 Line 391
 #include <errno.h>  #include <errno.h>
 extern int errno;  extern int errno;
   
 /* #include <sys/time.h> */  #include <sys/time.h>
   /*
 #include <time.h>  #include <time.h>
 #include "timeval.h"  #include "timeval.h"
   

Removed from v.1.139  
changed lines
  Added in v.1.140


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>