blob: b09e954c0a1699bf38a4ea760a5c128525df392c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ar,v 1.1.1.1 2005/05/04 08:56:50 agc Exp $
Index: drive/nasd_od_ops.c
===================================================================
RCS file: /usr/cvsroot/nasd/nasd-1.3/drive/nasd_od_ops.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- drive/nasd_od_ops.c 21 Mar 2005 08:52:02 -0000 1.1.1.1
+++ drive/nasd_od_ops.c 21 Mar 2005 17:07:23 -0000 1.2
@@ -52,6 +52,10 @@
#include <nasd/nasd_udppipe.h>
#endif /* !KERNEL */
+#ifdef NETBSD
+#include <errno.h>
+#endif
+
nasd_uint64 nasd_od_threads_in_rpc = 0;
nasd_uint64 nasd_od_shutdown_timeouts = 0;
|