Forward declare struct cdev, since arguments of this type are used in

function prototypes.

Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2006-10-30 15:20:49 +00:00
parent d6e883fee5
commit 17451386d0
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@
struct acl;
struct bpf_d;
struct cdev;
struct componentname;
struct devfs_dirent;
struct ifnet;

View File

@ -59,6 +59,7 @@
struct acl;
struct bpf_d;
struct cdev;
struct componentname;
struct devfs_dirent;
struct ifnet;