Imported from ../bash-2.02.tar.gz.

This commit is contained in:
Jari Aalto 1998-04-17 19:52:44 +00:00
commit cce855bc5b
323 changed files with 33916 additions and 12321 deletions

View file

@ -49,10 +49,14 @@ $END
#include <config.h>
#if defined (HISTORY)
#include <sys/param.h>
#ifndef _MINIX
# include <sys/param.h>
#endif
#include "../bashtypes.h"
#include "../posixstat.h"
#include <sys/file.h>
#ifndef _MINIX
# include <sys/file.h>
#endif
#if defined (HAVE_UNISTD_H)
# include <unistd.h>