diff options
author | rvb <rvb@pkgsrc.org> | 1999-04-27 20:43:08 +0000 |
---|---|---|
committer | rvb <rvb@pkgsrc.org> | 1999-04-27 20:43:08 +0000 |
commit | d38da5c1c10d2887f3e22c03c32c93a5a005b323 (patch) | |
tree | 55a1b2e91211bb62e14b05ecf13fc97f744ee5ee /net/coda_client/patches/patch-cb | |
parent | 9f34302b1c99c54d26c9a089fa531ba72283e809 (diff) | |
download | pkgsrc-d38da5c1c10d2887f3e22c03c32c93a5a005b323.tar.gz |
Add coda5.2.2 to the party and make sure that coda5_* and coda_* compile on 1.4
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> |