X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stab.h;h=db2d60c36f71c4416b2d200cf291c95d75d03d8f;hb=79a0689e17f959bdb246dc37bbbbfeba4c2b3b56;hp=3cf7e9c5b7ded2680a0d44d2d0dd5f3ebcab35df;hpb=ff2452de34aca0717369277df00e15764613e5c1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/stab.h b/stab.h index 3cf7e9c..db2d60c 100644 --- a/stab.h +++ b/stab.h @@ -1,4 +1,4 @@ -/* $Header: stab.h,v 3.0.1.1 89/12/21 20:19:53 lwall Locked $ +/* $Header: stab.h,v 3.0.1.2 90/03/12 17:00:43 lwall Locked $ * * Copyright (c) 1989, Larry Wall * @@ -6,6 +6,9 @@ * as specified in the README file that comes with the perl 3.0 kit. * * $Log: stab.h,v $ + * Revision 3.0.1.2 90/03/12 17:00:43 lwall + * patch13: did some ndir straightening up for Xenix + * * Revision 3.0.1.1 89/12/21 20:19:53 lwall * patch7: in stab.h, added some CRIPPLED_CC support for Microport * @@ -63,7 +66,7 @@ HASH *stab_hash(); struct stio { FILE *ifp; /* ifp and ofp are normally the same */ FILE *ofp; /* but sockets need separate streams */ -#if defined(I_DIRENT) || defined(I_SYSDIR) +#ifdef READDIR DIR *dirp; /* for opendir, readdir, etc */ #endif long lines; /* $. */