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/d0e767b86319
branches:  trunk
changeset: 340663:d0e767b86319
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 3dc0fce7c18f -r d0e767b86319 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