Parent Directory
|
Revision Log
|
Patch
| Revision 24 | Revision 25 | ||
|---|---|---|---|
| … | … | ||
| 27 | #include <limits.h> | 27 | #include <limits.h> |
| 28 | #include <sys/param.h> | 28 | #include <sys/param.h> |
| 29 | #include <sys/stat.h> | 29 | #include <sys/stat.h> |
| 30 | #include <errno.h> | 30 | #include <errno.h> |
| 31 | #include <stddef.h> | 31 | #include <stddef.h> |
| 32 | |||
| 33 | #include "config.h" | ||
| 34 | #include "sb_path_max.h" | ||
| 32 | 35 | ||
| 33 | #ifndef __set_errno | 36 | #ifndef __set_errno |
| 34 | # define __set_errno(val) errno = (val) | 37 | # define __set_errno(val) errno = (val) |
| 35 | #endif | 38 | #endif |
| 36 | 39 | ||
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |