diff options
author | Fifer, Eric <EFifer@sanwaint.com> | 2000-02-25 22:57:16 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-25 22:57:16 +0000 |
commit | 6b49d2665cf5b4cee8758bc654f9290f3855049e (patch) | |
tree | 57c1753941191836a288dbc3d34f5ff81f13ef1d /cygwin | |
parent | c890dc6c586a442573099f83869005d8d2629877 (diff) | |
download | perl-6b49d2665cf5b4cee8758bc654f9290f3855049e.tar.gz |
cygwin port
To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
p4raw-id: //depot/cfgperl@5260
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/Makefile.SHs | 2 | ||||
-rw-r--r-- | cygwin/cygwin.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index d67f55f763..df15826f64 100644 --- a/cygwin/Makefile.SHs +++ b/cygwin/Makefile.SHs @@ -26,7 +26,7 @@ addtopath=`pwd` $spitshell >>Makefile <<!GROK!THIS! cygwin.c: cygwin/cygwin.c - ln -s cygwin/cygwin.c + \$(LNS) cygwin/cygwin.c # shell script feeding perlld to decent perl ld2: $& Makefile perlld ${src}/cygwin/ld2.in diff --git a/cygwin/cygwin.c b/cygwin/cygwin.c index fc7767ffdc..bece81b1e4 100644 --- a/cygwin/cygwin.c +++ b/cygwin/cygwin.c @@ -7,7 +7,7 @@ #undef USE_DYNAMIC_LOADING #include "XSUB.h" -#include <sys/unistd.h> +#include <unistd.h> /* see also Cwd.pm */ |