On 22.06.2015 01:55, Brian Callahan wrote:
> This is quite obviously the wrong place to put any headers.
> 

It's odd, otherwise then the code should be refactored and the following
struct perhaps moved away, together with struct buffer?

/*
 * Previously from sysdef.h
 * Only used in struct buffer.
 */
struct fileinfo {
        uid_t           fi_uid;
        gid_t           fi_gid;
        mode_t          fi_mode;
        struct timespec fi_mtime;       /* Last modified time */
};

Are there better ideas?

Reply via email to