Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/kern Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/223ef2dbad92
branches:  netbsd-1-4
changeset: 471308:223ef2dbad92
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 29 20:53:41 2001 +0000

description:
Apply patch (requested by he):
  Add required include files to make this compile again.

diffstat:

 sys/kern/uipc_syscalls.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 308bfe44bdce -r 223ef2dbad92 sys/kern/uipc_syscalls.c
--- a/sys/kern/uipc_syscalls.c  Sun Jul 29 18:20:14 2001 +0000
+++ b/sys/kern/uipc_syscalls.c  Sun Jul 29 20:53:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_syscalls.c,v 1.41.2.2 2001/07/19 13:52:19 perry Exp $     */
+/*     $NetBSD: uipc_syscalls.c,v 1.41.2.3 2001/07/29 20:53:41 he Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1990, 1993
@@ -69,6 +69,10 @@
 #include <sys/mount.h>
 #include <sys/syscallargs.h>
 
+#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
+#include <vm/vm_param.h>
+
 /*
  * System call interface to the socket abstraction.
  */



Home | Main Index | Thread Index | Old Index