Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/common Add #include <sys/proc.h>, since thi...



details:   https://anonhg.NetBSD.org/src/rev/fe01e50780cb
branches:  trunk
changeset: 495817:fe01e50780cb
user:      itohy <itohy%NetBSD.org@localhost>
date:      Mon Aug 07 02:51:04 2000 +0000

description:
Add #include <sys/proc.h>, since this file touches members of struct proc.

diffstat:

 sys/compat/linux/common/linux_misc_notalpha.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2ed2b5fa832e -r fe01e50780cb sys/compat/linux/common/linux_misc_notalpha.c
--- a/sys/compat/linux/common/linux_misc_notalpha.c     Mon Aug 07 01:47:04 2000 +0000
+++ b/sys/compat/linux/common/linux_misc_notalpha.c     Mon Aug 07 02:51:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_misc_notalpha.c,v 1.56 2000/07/13 17:32:51 thorpej Exp $ */
+/*     $NetBSD: linux_misc_notalpha.c,v 1.57 2000/08/07 02:51:04 itohy Exp $   */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -45,6 +45,7 @@
 #include <sys/malloc.h>
 #include <sys/mbuf.h>
 #include <sys/namei.h>
+#include <sys/proc.h>
 #include <sys/ptrace.h>
 #include <sys/resource.h>
 #include <sys/resourcevar.h>



Home | Main Index | Thread Index | Old Index