[BACK]Return to port_before.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/include/port_before.h between version 1.2 and 1.3

version 1.2, 2005/02/09 21:35:46 version 1.3, 2005/03/17 20:48:50
Line 1 
Line 1 
 #include "namespace.h"  #include "namespace.h"
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 #define NEED_PSELECT  
 #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b)))  #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b)))
 #define ISC_SOCKLEN_T   socklen_t  #define ISC_SOCKLEN_T   socklen_t
 #define DE_CONST(c,v)   v = ((c) ? \  #define DE_CONST(c,v)   v = ((c) ? \

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>