Source-Changes-HG archive

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

[src/trunk]: src/sys/sys acctp is not used anywhere so delete it.



details:   https://anonhg.NetBSD.org/src/rev/28177087e3d3
branches:  trunk
changeset: 526845:28177087e3d3
user:      matt <matt%NetBSD.org@localhost>
date:      Sun May 12 20:35:15 2002 +0000

description:
acctp is not used anywhere so delete it.

diffstat:

 sys/sys/acct.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r b4c7dc7b2cf8 -r 28177087e3d3 sys/sys/acct.h
--- a/sys/sys/acct.h    Sun May 12 20:33:50 2002 +0000
+++ b/sys/sys/acct.h    Sun May 12 20:35:15 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acct.h,v 1.18 2000/03/10 01:13:20 enami Exp $  */
+/*     $NetBSD: acct.h,v 1.19 2002/05/12 20:35:15 matt Exp $   */
 
 /*-
  * Copyright (c) 1990, 1993, 1994
@@ -77,8 +77,6 @@
 #define        AHZ     64
 
 #ifdef _KERNEL
-struct vnode   *acctp;
-
 void   acct_init __P((void));
 int    acct_process __P((struct proc *p));
 #endif



Home | Main Index | Thread Index | Old Index