diff options
author | kris <kris@FreeBSD.org> | 2003-09-24 13:52:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-09-24 13:52:34 +0800 |
commit | 894e94f78f9b69c22ff16e294a3a70abd8aecc48 (patch) | |
tree | f22f728173f5b1ba0b1ee7af4ec3ce37a0025e30 /net/coda6_server | |
parent | 20441c3440db4fe1ec0fcbed270d6fe632be6ded (diff) | |
download | freebsd-ports-gnome-894e94f78f9b69c22ff16e294a3a70abd8aecc48.tar.gz freebsd-ports-gnome-894e94f78f9b69c22ff16e294a3a70abd8aecc48.tar.zst freebsd-ports-gnome-894e94f78f9b69c22ff16e294a3a70abd8aecc48.zip |
Fix build on -STABLE.
Submitted by: tjr
Diffstat (limited to 'net/coda6_server')
-rw-r--r-- | net/coda6_server/files/patch-coda.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/coda6_server/files/patch-coda.h b/net/coda6_server/files/patch-coda.h new file mode 100644 index 000000000000..5865405dde2d --- /dev/null +++ b/net/coda6_server/files/patch-coda.h @@ -0,0 +1,22 @@ +On Thu, Sep 18, 2003 at 07:50:18PM -0700, Kris Kennaway wrote: + +> http://bento.freebsd.org/errorlogs/i386-4-full/coda-server-6.0.2_1.log +> +> Can you please investigate? + +Drop this file into ports/coda6_server/files/patch-aa (or disconnect it from +the build - coda 6 is not very useful on freebsd 4). + +--- lib-src/kernel-includes/coda.h.orig Fri Sep 19 18:34:03 2003 ++++ lib-src/kernel-includes/coda.h Fri Sep 19 18:34:19 2003 +@@ -125,8 +125,8 @@ + #define __BIT_TYPES_DEFINED__ + #endif + +-/* FreeBSD 5.0 */ +-#if __FreeBSD__ >= 5 ++/* FreeBSD 3.0 and above */ ++#if __FreeBSD__ >= 3 + #define __BIT_TYPES_DEFINED__ + #endif + |