Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Userspace shouldn't (and doesn't seem to) need machi...
details: https://anonhg.NetBSD.org/src/rev/0fd3e7c79550
branches: trunk
changeset: 326821:0fd3e7c79550
user: dsl <dsl%NetBSD.org@localhost>
date: Wed Feb 19 20:40:40 2014 +0000
description:
Userspace shouldn't (and doesn't seem to) need machine/pcb.h.
Unfortunately the file is included by loads of stuff, mostly in
src/external, so can't be killed outright.
diffstat:
sys/sys/user.h | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (20 lines):
diff -r ad3287dc9dbc -r 0fd3e7c79550 sys/sys/user.h
--- a/sys/sys/user.h Wed Feb 19 20:21:22 2014 +0000
+++ b/sys/sys/user.h Wed Feb 19 20:40:40 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: user.h,v 1.18 2011/01/14 02:06:34 rmind Exp $ */
+/* $NetBSD: user.h,v 1.19 2014/02/19 20:40:40 dsl Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991, 1993
@@ -38,10 +38,4 @@
#error "This header has been obsoleted and will be removed."
#endif
-#include <machine/pcb.h>
-
-struct user {
- struct pcb u_pcb;
-};
-
#endif /* !_SYS_USER_H_ */
Home |
Main Index |
Thread Index |
Old Index