diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-11-28 14:41:26 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-11-28 14:41:26 -0500 |
commit | d3a24ed242e91e6afb53b2cbf38b89667637168d (patch) | |
tree | b67e38d2eca8abd31da74e1dcbe69dd1bfa679a3 /lib/sh/netconn.c | |
parent | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (diff) | |
download | bash-d3a24ed242e91e6afb53b2cbf38b89667637168d.tar.gz |
Initial devel branch import from bash-3.0-alpha
Diffstat (limited to 'lib/sh/netconn.c')
-rw-r--r-- | lib/sh/netconn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/netconn.c b/lib/sh/netconn.c index f412cb02..d05aef55 100644 --- a/lib/sh/netconn.c +++ b/lib/sh/netconn.c @@ -22,7 +22,7 @@ #include <config.h> #include <bashtypes.h> -#ifndef _MINIX +#if ! defined(_MINIX) && defined (HAVE_SYS_FILE_H) # include <sys/file.h> #endif #include <posixstat.h> |