1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

merge with 3.8.4b

This commit is contained in:
Jim Meyering
1993-10-12 04:30:50 +00:00
parent d463bda066
commit 9cfcec5b05
6 changed files with 30 additions and 14 deletions

View File

@@ -43,17 +43,6 @@ char *alloca ();
#endif
#endif
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I will use ./config.h rather than /config.h
(which it would do because it found this file in ). */
#include <config.h>
#else
#include "config.h"
#endif
#endif
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>