Added a check for __QNXNTO__ for the D_INO definition. This should

probably be determined in a platform independent way. Bruce filed
bug # 20882
r=bruce
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-12-06 14:03:27 +00:00
parent 7848537860
commit 557e231292

View File

@ -53,7 +53,7 @@
#include "sunos4.h"
#endif
#ifdef __QNX__
#if defined(__QNX__) && !defined(__QNXNTO__)
#define D_INO d_stat.st_ino
#else
#define D_INO d_ino