Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi Move the #endif down to include other kernel ...
details: https://anonhg.NetBSD.org/src/rev/f79c74bc87a4
branches: trunk
changeset: 349127:f79c74bc87a4
user: christos <christos%NetBSD.org@localhost>
date: Fri Nov 25 02:23:14 2016 +0000
description:
Move the #endif down to include other kernel only routines.
diffstat:
sys/dev/scsipi/scsipiconf.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 774363335fb4 -r f79c74bc87a4 sys/dev/scsipi/scsipiconf.h
--- a/sys/dev/scsipi/scsipiconf.h Fri Nov 25 02:19:19 2016 +0000
+++ b/sys/dev/scsipi/scsipiconf.h Fri Nov 25 02:23:14 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsipiconf.h,v 1.124 2016/11/20 15:37:19 mlelstv Exp $ */
+/* $NetBSD: scsipiconf.h,v 1.125 2016/11/25 02:23:14 christos Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2004 The NetBSD Foundation, Inc.
@@ -208,7 +208,6 @@
kmutex_t adapt_mtx;
bool adapt_running; /* attachment initialized */
};
-#endif
/* adapt_flags */
#define SCSIPI_ADAPT_POLL_ONLY 0x01 /* Adaptor can't do interrupts. */
@@ -220,6 +219,7 @@
int scsipi_adapter_ioctl(struct scsipi_channel *, u_long,
void *, int, struct proc *);
int scsipi_adapter_enable(struct scsipi_adapter *, int);
+#endif
/*
- Prev by Date:
[src/trunk]: src/tests/kernel Add fpregs[12] in t_ptrace_wait{, 3, 4, 6, id, pid}
- Next by Date:
[src/trunk]: src/sys/arch/hppa/include fix register names
- Previous by Thread:
[src/trunk]: src/tests/kernel Add fpregs[12] in t_ptrace_wait{, 3, 4, 6, id, pid}
- Next by Thread:
[src/trunk]: src/sys/arch/hppa/include fix register names
- Indexes:
Home |
Main Index |
Thread Index |
Old Index