[BACK]Return to sysv_msg.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/sysv_msg.c between version 1.30 and 1.31

version 1.30, 2000/06/02 16:05:49 version 1.31, 2000/06/27 17:41:37
Line 61 
Line 61 
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/kernel.h>  #include <sys/kernel.h>
 #include <sys/msg.h>  #include <sys/msg.h>
 #include <vm/vm.h>              /* XXX for <sys/sysctl.h> */  #include <uvm/uvm_extern.h>     /* XXX for <sys/sysctl.h> */
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
 #include <sys/mount.h>          /* XXX for <sys/syscallargs.h> */  #include <sys/mount.h>          /* XXX for <sys/syscallargs.h> */
 #include <sys/syscallargs.h>  #include <sys/syscallargs.h>

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb <webmaster@jp.NetBSD.org>