summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-03 08:25:01 +0000
committerpeter <peter@FreeBSD.org>1997-08-03 08:25:01 +0000
commit459ed6dfdbbd244cabd08527f4e37b1246954ffe (patch)
treef9f1bee940694b73d8b4c7387493f409cd0b8738 /bin/ps/extern.h
parent6cd5fb9a8cc69d8c24937c48dad3ba6631ce215a (diff)
downloadFreeBSD-src-459ed6dfdbbd244cabd08527f4e37b1246954ffe.zip
FreeBSD-src-459ed6dfdbbd244cabd08527f4e37b1246954ffe.tar.gz
Kill #ifndef NEWVM etc. It affected a lot of other things besides
VM structure (eg: credentials etc) and it's highly unlikely we'll ever get to see the "tainted" BSD<=4.3 VM code in public use. Although it indicated the way some things used to be done, it obfuscates things too much.
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 7423535..679bd79 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.3 (Berkeley) 4/2/94
- * $Id: extern.h,v 1.5 1997/02/22 14:04:59 peter Exp $
+ * $Id: extern.h,v 1.6 1997/04/29 05:26:04 jkh Exp $
*/
struct kinfo;
@@ -75,9 +75,6 @@ void started __P((KINFO *, VARENT *));
void state __P((KINFO *, VARENT *));
void tdev __P((KINFO *, VARENT *));
void tname __P((KINFO *, VARENT *));
-#ifndef NEWVM
-void trss __P((KINFO *, VARENT *));
-#endif
void tsize __P((KINFO *, VARENT *));
void ucomm __P((KINFO *, VARENT *));
void uname __P((KINFO *, VARENT *));
OpenPOWER on IntegriCloud