Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev remove superfluous NSEQUENCER > 0 test
details: https://anonhg.NetBSD.org/src/rev/6069eb0e273a
branches: trunk
changeset: 517453:6069eb0e273a
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Nov 13 06:07:13 2001 +0000
description:
remove superfluous NSEQUENCER > 0 test
diffstat:
sys/dev/sequencer.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r 4c1e05d10ba5 -r 6069eb0e273a sys/dev/sequencer.c
--- a/sys/dev/sequencer.c Tue Nov 13 06:03:41 2001 +0000
+++ b/sys/dev/sequencer.c Tue Nov 13 06:07:13 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sequencer.c,v 1.17 2001/11/13 05:32:50 lukem Exp $ */
+/* $NetBSD: sequencer.c,v 1.18 2001/11/13 06:07:13 lukem Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,10 +37,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sequencer.c,v 1.17 2001/11/13 05:32:50 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sequencer.c,v 1.18 2001/11/13 06:07:13 lukem Exp $");
#include "sequencer.h"
-#if NSEQUENCER > 0
#include <sys/param.h>
#include <sys/ioctl.h>
@@ -1383,6 +1382,3 @@
return (ENXIO);
}
#endif /* NMIDI == 0 */
-
-#endif /* NSEQUENCER > 0 */
-
Home |
Main Index |
Thread Index |
Old Index