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.
12 lines
389 B
Text
12 lines
389 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/05/04 08:56:49 agc Exp $
|
|
|
|
--- client/nasd_pdrive_client_kpdev.c 21 Mar 2005 08:52:02 -0000 1.1.1.1
|
|
+++ client/nasd_pdrive_client_kpdev.c 21 Mar 2005 17:07:17 -0000 1.2
|
|
@@ -37,6 +37,7 @@
|
|
#include <unistd.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
+#include <errno.h>
|
|
|
|
#define KEYCPY(_src_,_dest_) bcopy((char *)(_src_), (char *)(_dest_), NASD_KEY_SZ)
|
|
|