Deleted Added
full compact
36c36
< * $FreeBSD: head/sys/fs/devfs/devfs.h 212966 2010-09-21 16:49:02Z jh $
---
> * $FreeBSD: head/sys/fs/devfs/devfs.h 213215 2010-09-27 17:47:09Z jh $
126a127,128
> TAILQ_HEAD(devfs_dlist_head, devfs_dirent);
>
135a138
> #define DE_USER 0x20
139c142
< TAILQ_HEAD(, devfs_dirent) de_dlist;
---
> struct devfs_dlist_head de_dlist;