summaryrefslogtreecommitdiff
path: root/misc/glob.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1998-07-30 22:09:42 +0000
committerjbj <devnull@localhost>1998-07-30 22:09:42 +0000
commit5142bf78e626b861ec1af6be7d81d3bb5c0afe03 (patch)
treeaa6b84c1fb3cf9f267637a719f4f3106e19a1d12 /misc/glob.c
parentff2267faac75d20f0b8e8ebfda7f571403ad5ee5 (diff)
downloadrpm-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.tar.gz
rpm-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.tar.bz2
rpm-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.zip
Consolidated includes for librpmbuild API.
CVS patchset: 2213 CVS date: 1998/07/30 22:09:42
Diffstat (limited to 'misc/glob.c')
-rw-r--r--misc/glob.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/glob.c b/misc/glob.c
index 4f83457db..13190ab76 100644
--- a/misc/glob.c
+++ b/misc/glob.c
@@ -32,10 +32,7 @@ Cambridge, MA 02139, USA. */
#pragma alloca
#endif
-#include <errno.h>
-#include <sys/types.h>
-
-#include "config.h"
+#include "system.h"
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C
@@ -202,7 +199,6 @@ extern char *alloca ();
#undef GLOB_APPEND
#undef GLOB_NOESCAPE
#undef GLOB_PERIOD
-#include "miscfn.h"
__ptr_t (*__glob_opendir_hook) __P ((const char *directory));
const char *(*__glob_readdir_hook) __P ((__ptr_t stream));