summaryrefslogtreecommitdiff
path: root/net/coda5_server/files/patch-ag
blob: 2d1398876b8433ef45b512b3e25fb986ad51910c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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;