|
|
1.1 root 1: /* (-lgl
2: * COHERENT Version 3.0
3: * Copyright (c) 1982, 1990 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6: /*
7: * POSIX (IEEE 1003.1) compatible dirent.h header file.
8: */
9:
10: #ifndef DIRENT_H
11: #define DIRENT_H 1
12:
13: /*
14: * Rely on COHERENT's sys/dir.h to define type DIR and structure direct with
15: * fields d_ino of type ino_t and d_name of type char [].
16: */
17: #include <sys/dir.h>
18:
19: /*
20: * Implement dirent as a macro, making struct dirent equivalent to COHERENT's
21: * struct direct.
22: */
23: #define dirent direct
24:
25: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.