summaryrefslogtreecommitdiff
path: root/rpmio/fts.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-01-06 19:47:33 +0000
committerjbj <devnull@localhost>2003-01-06 19:47:33 +0000
commitc4e0fdbf2120af5017e0c2c08ecdfa943e7c330d (patch)
tree993c61094490fc01556e88156af89f1e5f513515 /rpmio/fts.h
parent92676fe33232f6cac4847a6943f31bc303a54d26 (diff)
downloadrpm-c4e0fdbf2120af5017e0c2c08ecdfa943e7c330d.tar.gz
rpm-c4e0fdbf2120af5017e0c2c08ecdfa943e7c330d.tar.bz2
rpm-c4e0fdbf2120af5017e0c2c08ecdfa943e7c330d.zip
- portabilitly: solaris fixes.
CVS patchset: 5997 CVS date: 2003/01/06 19:47:33
Diffstat (limited to 'rpmio/fts.h')
-rw-r--r--rpmio/fts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpmio/fts.h b/rpmio/fts.h
index 036059a0f..eae95f210 100644
--- a/rpmio/fts.h
+++ b/rpmio/fts.h
@@ -51,6 +51,10 @@
# define _LARGEFILE64_SOURCE
#endif
+#if defined(sun)
+# define _D_EXACT_NAMLEN(d) ((d)->d_reclen)
+#endif
+
#endif
#include <sys/types.h>