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

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

version 1.3, 2017/02/06 19:02:37 version 1.5, 2017/02/17 14:31:52
Line 17 
Line 17 
  */   */
 #include "config.h"  #include "config.h"
   
   #if HAVE_CMSG_XPG42
   #define _XPG4_2
   #endif
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   
Line 45  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.3  
changed lines
  Added in v.1.5

CVSweb