<roken.h>: add

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5534 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-13 21:23:18 +00:00
parent 448a2af0fb
commit 39968c6236

View File

@@ -27,6 +27,8 @@ typedef struct dirent DIRENTRY;
typedef struct direct DIRENTRY;
#endif
#include <roken.h>
#if !defined(S_ISDIR)
#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
#endif /* !defined(S_ISDIR) */