Your right, thanks.  The code actually does compile and run even with the typo in the 
#define of opendir() and there is a long explanation why that I won't go into unless 
you would like me to. :)  It all has to do with the way CLIB on NetWare emulates the 
standard calls.  

thanks,
Brad 

>>> [EMAIL PROTECTED] Friday, March 30, 2001 3:26:10 PM >>>
On Fri, Mar 30, 2001 at 04:15:22PM -0000, [EMAIL PROTECTED] wrote:
> bnicholes    01/03/30 08:15:22
> 
>   Modified:    src/os/netware os.h
>   Log:
>   no message

A message would be nice!

>...
>   --- os.h    2001/02/27 03:59:53     1.13
>   +++ os.h    2001/03/30 16:15:21     1.14
>   @@ -83,6 +83,7 @@
>    #include <ws2nlm.h>
>    #include <winsock2.h>
>    #include <fcntl.h>
>   +#include <dirent.h>
>    
>    #define NO_LINGCLOSE
>    #define NO_SLACK
>   @@ -120,6 +121,13 @@
>    #define mktemp(s) tmpnam(s)
>    #define _getch(c) getch(c)
>    
>   +#define opendir_411(p) os_opendir(p)
>   +#define openir(p) os_opendir(p)

Should that be opendir(p) ?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Reply via email to