[BACK]Return to uipc_usrreq.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/uipc_usrreq.c between version 1.6 and 1.7

version 1.6, 1993/09/14 03:35:08 version 1.7, 1993/12/18 04:22:34
Line 34 
Line 34 
  *      $Id$   *      $Id$
  */   */
   
 #include "param.h"  #include <sys/param.h>
 #include "proc.h"  #include <sys/proc.h>
 #include "filedesc.h"  #include <sys/filedesc.h>
 #include "domain.h"  #include <sys/domain.h>
 #include "protosw.h"  #include <sys/protosw.h>
 #include "socket.h"  #include <sys/socket.h>
 #include "socketvar.h"  #include <sys/socketvar.h>
 #include "unpcb.h"  #include <sys/unpcb.h>
 #include "un.h"  #include <sys/un.h>
 #include "namei.h"  #include <sys/namei.h>
 #include "vnode.h"  #include <sys/vnode.h>
 #include "file.h"  #include <sys/file.h>
 #include "stat.h"  #include <sys/stat.h>
 #include "mbuf.h"  #include <sys/mbuf.h>
   
 void unp_scan __P((struct mbuf *m0, void (*op) __P((struct file *))));  void unp_scan __P((struct mbuf *m0, void (*op) __P((struct file *))));
 void unp_shutdown __P((struct unpcb *unp));  void unp_shutdown __P((struct unpcb *unp));

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

CVSweb <webmaster@jp.NetBSD.org>