Commit fe70ad26 authored by Wayne Davison's avatar Wayne Davison

Added F_HEAD and F_NEXT defines.

parent 0a007489
......@@ -384,6 +384,9 @@ struct idev {
#define F_DEV link_u.idev->dev
#define F_INODE link_u.idev->inode
#define F_HEAD link_u.links->head
#define F_NEXT link_u.links->next
struct file_struct {
time_t modtime;
OFF_T length;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment