head	1.2;
access;
symbols
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.03.24.13.33.28;	author nectar;	state dead;
branches;
next	1.1;

1.1
date	2002.10.20.20.51.22;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update 1.2.6 -> 1.2.8

PR:		ports/50031
Supersedes:	ports/44498, ports/46189, ports/47134, ports/48071,
		ports/48096, ports/48966
Submitted by:	Randy Philipp <randy@@umbc.edu>
@
text
@--- 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
@


1.1
log
@Fix build on -current (don't try and guess about the definition of
__size_t), and fix a format string with two many arguments while I'm here.
@
text
@@

