[BACK]Return to strings.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/strings.c between version 1.13 and 1.14

version 1.13, 2009/02/21 21:00:06 version 1.14, 2009/02/23 12:45:19
Line 21 
Line 21 
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #ifndef __OpenBSD__  #ifdef __linux__
 #include <time.h>  #include <time.h>
 #endif  #endif
   
   /*
    * Convert scalars to and from string format.
    */
   
 #include "private.h"  #include "private.h"
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb