diff options
| author | explorer <explorer@NetBSD.org> | 2002-12-30 06:16:10 +0000 |
|---|---|---|
| committer | explorer <explorer@NetBSD.org> | 2002-12-30 06:16:10 +0000 |
| commit | 89f72704d1db672cc7eee5af30eb8749be830d46 (patch) | |
| tree | f1cdcfd05fbe827980ce46618de0f6af0b695e10 /sys/dev/sysmon | |
| parent | 9fdbbfc8ba8d248c0ff228b31dcd90c3bd8f3b83 (diff) | |
remove redundant defines
Diffstat (limited to 'sys/dev/sysmon')
| -rw-r--r-- | sys/dev/sysmon/sysmon_wdog.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/sysmon/sysmon_wdog.c b/sys/dev/sysmon/sysmon_wdog.c index 8d4762dca74..6468d6703fb 100644 --- a/sys/dev/sysmon/sysmon_wdog.c +++ b/sys/dev/sysmon/sysmon_wdog.c @@ -1,4 +1,4 @@ -/* $NetBSD: sysmon_wdog.c,v 1.5 2002/10/06 09:48:29 kristerw Exp $ */ +/* $NetBSD: sysmon_wdog.c,v 1.6 2002/12/30 06:16:10 explorer Exp $ */ /*- * Copyright (c) 2000 Zembu Labs, Inc. @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sysmon_wdog.c,v 1.5 2002/10/06 09:48:29 kristerw Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sysmon_wdog.c,v 1.6 2002/12/30 06:16:10 explorer Exp $"); #include <sys/param.h> #include <sys/conf.h> @@ -83,9 +83,6 @@ int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int); void sysmon_wdog_ktickle(void *); void sysmon_wdog_shutdown(void *); -#define SYSMON_MINOR_ENVSYS 0 -#define SYSMON_MINOR_WDOG 1 - /* * sysmonopen_wdog: * |
