Skip to content

Commit

Permalink
Fix on -current.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Sobolev authored and Maxim Sobolev committed Sep 23, 2002
1 parent b8cc4d9 commit 9535bfb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions archivers/rpm/files/patch-misc::glob.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

$FreeBSD$

--- misc/glob.h 2002/09/23 16:45:45 1.1
+++ misc/glob.h 2002/09/23 16:46:23
@@ -46,7 +46,7 @@
#endif /* C++ or ANSI C. */

/* We need `size_t' for the following definitions. */
-#ifndef __size_t
+#if !defined(__size_t) && !defined(_SIZE_T_DECLARED)
# if defined __GNUC__ && __GNUC__ >= 2
typedef __SIZE_TYPE__ __size_t;
# ifdef _XOPEN_SOURCE

0 comments on commit 9535bfb

Please sign in to comment.