summaryrefslogtreecommitdiff
path: root/ftp/proftpd/files/patch-aj
blob: 36d670539f7864a70d5d72524ddde6069f3a7dcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/glibc-glob.h.orig	Sun Oct 20 13:43:44 2002
+++ include/glibc-glob.h	Sun Oct 20 13:48:38 2002
@@ -50,7 +50,7 @@
 #endif
 
 /* We need `size_t' for the following definitions.  */
-#ifndef __size_t
+#if !defined(__size_t) && !defined(__FreeBSD__)
 # if defined __GNUC__ && __GNUC__ >= 2
 typedef __SIZE_TYPE__ __size_t;
 #  ifdef _XOPEN_SOURCE