diff options
author | agc <agc> | 2005-05-04 08:56:49 +0000 |
---|---|---|
committer | agc <agc> | 2005-05-04 08:56:49 +0000 |
commit | 02f66489f2197d6d3689c303cf8cb30677c95b64 (patch) | |
tree | e607db99d120de7cfd5fb548d2d3631908b65a48 /net/nasd/patches/patch-aw | |
parent | baa454fc80eb6c38b0b51221318021e9faf8722d (diff) | |
download | pkgsrc-02f66489f2197d6d3689c303cf8cb30677c95b64.tar.gz |
Initial import of nasd-1.3, a prototype storage implementation, from CMU.
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.
Diffstat (limited to 'net/nasd/patches/patch-aw')
-rw-r--r-- | net/nasd/patches/patch-aw | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/nasd/patches/patch-aw b/net/nasd/patches/patch-aw new file mode 100644 index 00000000000..3432210189b --- /dev/null +++ b/net/nasd/patches/patch-aw @@ -0,0 +1,18 @@ +$NetBSD: patch-aw,v 1.1.1.1 2005/05/04 08:56:50 agc Exp $ + +Index: edrfs/utils/nasd_edrfs_cat.c +=================================================================== +RCS file: /usr/cvsroot/nasd/nasd-1.3/edrfs/utils/nasd_edrfs_cat.c,v +retrieving revision 1.1.1.1 +retrieving revision 1.2 +diff -u -r1.1.1.1 -r1.2 +--- edrfs/utils/nasd_edrfs_cat.c 21 Mar 2005 08:52:02 -0000 1.1.1.1 ++++ edrfs/utils/nasd_edrfs_cat.c 21 Mar 2005 23:03:51 -0000 1.2 +@@ -24,6 +24,7 @@ + */ + + ++#include <errno.h> + #include <string.h> + #include <libgen.h> + |