11 #if !defined (__GNUC__) && !defined (__ALPHA)
12 typedef unsigned long u_long
;
13 typedef unsigned short u_short
;
23 char d_name
[MAXNAMLEN
+ 1];
28 (((sizeof (struct direct) \
30 + ((dp)->d_namlen+1)) \
33 #define d_ino d_fileno /* compatability */
37 * Definitions for library routines operating on directories.
43 char d_result
[MAXNAMLEN
+ 1];
44 #if defined (__ALPHA) || defined (__DECC)
55 extern DIR *opendir
PARAMS (());
56 extern struct direct
*readdir
PARAMS ((DIR *dfd
));
57 #define rewinddir(dirp) seekdir((dirp), (long)0)
58 extern int closedir
PARAMS ((DIR *dfd
));
59 extern char *vmsify
PARAMS ((char *name
, int type
));