diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-25 17:35:19 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-25 17:35:19 +0000 |
commit | bc8eb852b48f0572daafa77ba70a0e22bcfb3794 (patch) | |
tree | 39da4ca2ba1c18ae09fc3b5b3d51de390149560c /net/coda5_server | |
parent | - Fix build on 4.x (diff) |
- Fix build on -CURRENT (gcc >= 3.3)
PR: 61166
Submitted by: tjr
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'net/coda5_server')
-rw-r--r-- | net/coda5_server/files/patch-ah | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/coda5_server/files/patch-ah b/net/coda5_server/files/patch-ah new file mode 100644 index 000000000000..d0b7e122f37f --- /dev/null +++ b/net/coda5_server/files/patch-ah @@ -0,0 +1,9 @@ ++++ coda-src/volutil/vol-restore.cc Sat Jan 10 21:50:12 2004 +@@ -53,7 +53,6 @@ + #include <sys/file.h> + #include <sys/time.h> + #include <ctype.h> +-#include <varargs.h> + + #include <unistd.h> + #include <stdlib.h> |