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

Diff for /mandoc/mandocd.c between version 1.4 and 1.5

version 1.4, 2017/02/08 16:11:41 version 1.5, 2017/02/17 14:31:52
Line 49  enum outt {
Line 49  enum outt {
   
 static  void      process(struct mparse *, enum outt, void *);  static  void      process(struct mparse *, enum outt, void *);
 static  int       read_fds(int, int *);  static  int       read_fds(int, int *);
 static  void      usage(void) __attribute__((noreturn));  static  void      usage(void) __attribute__((__noreturn__));
   
   
 #define NUM_FDS 3  #define NUM_FDS 3

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb