[BACK]Return to config.h.post CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/config.h.post between version 1.6.2.5 and 1.6.2.6

version 1.6.2.5, 2014/01/04 13:49:22 version 1.6.2.6, 2014/04/23 23:31:21
Line 32  extern char  *fgetln(FILE *, size_t *);
Line 32  extern char  *fgetln(FILE *, size_t *);
 extern  int       getsubopt(char **, char * const *, char **);  extern  int       getsubopt(char **, char * const *, char **);
 extern  char     *suboptarg;  extern  char     *suboptarg;
 #endif  #endif
   #ifndef HAVE_REALLOCARRAY
   extern  void     *reallocarray(void *, size_t, size_t);
   #endif
 #ifndef HAVE_STRCASESTR  #ifndef HAVE_STRCASESTR
 extern  char     *strcasestr(const char *, const char *);  extern  char     *strcasestr(const char *, const char *);
 #endif  #endif

Legend:
Removed from v.1.6.2.5  
changed lines
  Added in v.1.6.2.6

CVSweb