Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sysmon Nothing cares about NSYSMON anymore; delete it.



details:   https://anonhg.NetBSD.org/src/rev/b7dce2323a10
branches:  trunk
changeset: 541047:b7dce2323a10
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Dec 31 22:47:48 2002 +0000

description:
Nothing cares about NSYSMON anymore; delete it.

diffstat:

 sys/dev/sysmon/sysmonconf.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (20 lines):

diff -r a6c8f29c5fcf -r b7dce2323a10 sys/dev/sysmon/sysmonconf.h
--- a/sys/dev/sysmon/sysmonconf.h       Tue Dec 31 22:43:38 2002 +0000
+++ b/sys/dev/sysmon/sysmonconf.h       Tue Dec 31 22:47:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysmonconf.h,v 1.1 2000/11/05 04:06:14 thorpej Exp $   */
+/*     $NetBSD: sysmonconf.h,v 1.2 2002/12/31 22:47:48 thorpej Exp $   */
 
 /*-
  * Copyright (c) 2000 Zembu Labs, Inc.
@@ -39,10 +39,4 @@
 #include "sysmon_envsys.h"
 #include "sysmon_wdog.h"
 
-#if (NSYSMON_ENVSYS > 0) || (NSYSMON_WDOG > 0)
-#define        NSYSMON 1
-#else
-#define        NSYSMON 0
-#endif
-
 #endif /* _DEV_SYSMON_SYSMONCONF_H_ */



Home | Main Index | Thread Index | Old Index