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

@ -21,11 +21,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <config.h>
/* Get the O_* definitions for open et al. */
#ifndef _MINIX
#include <sys/file.h>
#ifdef USG5
#include <fcntl.h>
#endif
#include <fcntl.h>
#else /* not HAVE_CONFIG_H */
#ifdef STDC_HEADERS
@ -777,4 +778,3 @@ tprint (cap)
}
#endif /* TEST */