freebsd-ports/net/coda5_server/files/patch-ag
Tilman Keskinoz f2cbcaa001 Fix build on -STABLE.
Submitted by:	tjr
2003-03-28 13:06:37 +00:00

13 lines
347 B
Text

--- lib-src/kernel-includes/coda.h.orig Sun Mar 2 18:11:14 2003
+++ lib-src/kernel-includes/coda.h Sun Mar 2 18:11:58 2003
@@ -125,6 +125,10 @@
#define __BIT_TYPES_DEFINED__
#endif
+#if __FreeBSD__ >= 3
+#define __BIT_TYPES_DEFINED__
+#endif
+
#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__
typedef signed char int8_t;