[BACK]Return to socketvar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

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

Diff for /src/sys/sys/socketvar.h between version 1.80 and 1.81

version 1.80, 2004/09/03 18:14:09 version 1.81, 2005/03/17 20:39:17
Line 34 
Line 34 
 #ifndef _SYS_SOCKETVAR_H_  #ifndef _SYS_SOCKETVAR_H_
 #define _SYS_SOCKETVAR_H_  #define _SYS_SOCKETVAR_H_
   
 #include <sys/select.h>                 /* for struct selinfo */  #include <sys/select.h>
   #include <sys/selinfo.h>                /* for struct selinfo */
 #include <sys/queue.h>  #include <sys/queue.h>
   
 #if !defined(_KERNEL) || defined(LKM)  #if !defined(_KERNEL) || defined(LKM)

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVSweb <webmaster@jp.NetBSD.org>