"Bill Schottstaedt" <[EMAIL PROTECTED]> writes:
>
> filesys.c:860: error: `NAME_MAX' undeclared (first use in this function)
>
>     union {
>       struct dirent ent;
>       char pad1 [sizeof(struct dirent) + NAME_MAX];
>       char pad2 [offsetof (struct dirent, d_name) + NAME_MAX + 1];

This is recommended for portability by the glibc manual.

You've probably got NAME_MAX, is it hiding in some strange header?


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to