[BACK]Return to extern.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sed

Diff for /src/usr.bin/sed/extern.h between version 1.6 and 1.7

version 1.6, 2009/08/07 03:30:56 version 1.7, 2014/10/08 04:19:08
Line 53 
Line 53 
 void     process(void);  void     process(void);
 char    *strregerror(int, regex_t *);  char    *strregerror(int, regex_t *);
 void    *xmalloc(size_t);  void    *xmalloc(size_t);
   void    *xreallocarray(void *, size_t, size_t);
 void    *xrealloc(void *, size_t);  void    *xrealloc(void *, size_t);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7