Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/include We have libproc now



details:   https://anonhg.NetBSD.org/src/rev/82b60943d3fb
branches:  trunk
changeset: 810805:82b60943d3fb
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 24 14:17:20 2015 +0000

description:
We have libproc now

diffstat:

 external/cddl/osnet/include/libproc.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 84f4fdf9da5b -r 82b60943d3fb external/cddl/osnet/include/libproc.h
--- a/external/cddl/osnet/include/libproc.h     Thu Sep 24 14:15:58 2015 +0000
+++ b/external/cddl/osnet/include/libproc.h     Thu Sep 24 14:17:20 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libproc.h,v 1.2 2010/02/21 01:46:34 darran Exp $       */
+/*     $NetBSD: libproc.h,v 1.3 2015/09/24 14:17:20 christos Exp $     */
 
 /*
  * Copyright (C) 2008 John Birrell <jb%freebsd.org@localhost>
@@ -54,13 +54,6 @@
 #define PS_DEAD         5
 #define PS_LOST         6
 
-
-typedef struct prmap {
-       uintptr_t       pr_vaddr;       /* Virtual address. */
-} prmap_t;
-
-#if 0
 #include_next <libproc.h>
-#endif
 
 #endif



Home | Main Index | Thread Index | Old Index