comparison 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
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
42 the sort of system providing the filesystem you're reading from, 42 the sort of system providing the filesystem you're reading from,
43 not the system you are running on. Paul Eggert 43 not the system you are running on. Paul Eggert
44 <eggert@bi.twinsun.com> says this occurs when Emacs is running on a 44 <eggert@bi.twinsun.com> says this occurs when Emacs is running on a
45 SunOS 4.1.2 host, reading a directory that is remote-mounted from a 45 SunOS 4.1.2 host, reading a directory that is remote-mounted from a
46 Solaris 2.1 host and is in a native Solaris 2.1 filesystem. 46 Solaris 2.1 host and is in a native Solaris 2.1 filesystem.
47
48 (and Solaris 2 doesn't have a d_nameln member at all! Posix.1
49 doesn't specify it -- mrb)
47 50
48 Since applying strlen to the name always works, we'll just do that. */ 51 Since applying strlen to the name always works, we'll just do that. */
49 #define NAMLEN(p) strlen (p->d_name) 52 #define NAMLEN(p) strlen (p->d_name)
50 53
51 #ifdef MSDOS 54 #ifdef MSDOS