4b619e493a
The original tar file has trailing base64 checksums, so I have repackaged the tar file for just now. This is release 1.3 of the Parallel Data Laboratory NASD software prototype. The release includes the NASD drive prototype, the NASD-NFS filemanager, simple client APIs, a regression-testing suite, sample programs, a snapshot of Cheops (which is one implementation of aggregation over multiple NASDs), and some basic documentation.
21 lines
649 B
Text
21 lines
649 B
Text
$NetBSD: patch-bf,v 1.1.1.1 2005/05/04 08:56:50 agc Exp $
|
|
|
|
Index: include/nasd/nasd_options.h
|
|
===================================================================
|
|
RCS file: /usr/cvsroot/nasd/nasd-1.3/include/nasd/nasd_options.h,v
|
|
retrieving revision 1.1.1.1
|
|
retrieving revision 1.2
|
|
diff -u -r1.1.1.1 -r1.2
|
|
--- include/nasd/nasd_options.h 21 Mar 2005 08:52:02 -0000 1.1.1.1
|
|
+++ include/nasd/nasd_options.h 21 Mar 2005 17:07:28 -0000 1.2
|
|
@@ -151,6 +151,10 @@
|
|
#endif /* !LINUX */
|
|
#endif /* __linux__ */
|
|
|
|
+#if defined(__NetBSD__) && !defined(NETBSD)
|
|
+#define NETBSD 1
|
|
+#endif
|
|
+
|
|
#if defined(VXWORKS)
|
|
#define NASD_WIND_THREADS 1
|
|
#endif /* VXWORKS */
|