forked from Imagelibrary/rtems
2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org>
* libcsupport/src/lstat.c, libcsupport/src/readdir_r.c: Include config.h.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libcsupport/src/lstat.c, libcsupport/src/readdir_r.c:
|
||||
Include config.h.
|
||||
|
||||
2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libmisc/untar/untar.h: New prototype to eleminate warnings.
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#define _STAT_NAME lstat
|
||||
#define _STAT_R_NAME _lstat_r
|
||||
#define _STAT_FOLLOW_LINKS FALSE
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user