diff options
Diffstat (limited to 'net/coda_client/patches/patch-cb')
-rw-r--r-- | net/coda_client/patches/patch-cb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/coda_client/patches/patch-cb b/net/coda_client/patches/patch-cb new file mode 100644 index 00000000000..cd883e3bac4 --- /dev/null +++ b/net/coda_client/patches/patch-cb @@ -0,0 +1,13 @@ +$NetBSD: patch-cb,v 1.1 1999/04/27 20:43:10 rvb Exp $ + +--- ../coda-4.6.6/coda-src/volutil/parserecdump.cc Tue Apr 27 15:49:35 1999 ++++ coda-src/volutil/parserecdump.cc Tue Apr 27 15:50:20 1999 +@@ -51,7 +51,7 @@ + #include <sys/time.h> + #include <ctype.h> + #include <sys/param.h> +-#include <sys/errno.h> ++#include <errno.h> + #include <sys/stat.h> + #include <stdio.h> + #include <sys/file.h> |