Mercurial > hg > xemacs-beta
diff src/sysdir.h @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/sysdir.h Mon Aug 13 08:45:53 2007 +0200 +++ b/src/sysdir.h Mon Aug 13 08:46:35 2007 +0200 @@ -45,6 +45,9 @@ SunOS 4.1.2 host, reading a directory that is remote-mounted from a Solaris 2.1 host and is in a native Solaris 2.1 filesystem. + (and Solaris 2 doesn't have a d_nameln member at all! Posix.1 + doesn't specify it -- mrb) + Since applying strlen to the name always works, we'll just do that. */ #define NAMLEN(p) strlen (p->d_name)