Fix a bunch of warnings due to a missing forward declaration of a struct.

Approved by: re (rwatson)
This commit is contained in:
Peter Wemm 2007-07-05 06:45:37 +00:00
parent d9c12353bf
commit 343cc83e1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171235

View File

@ -63,6 +63,7 @@
struct acl;
struct auditinfo;
struct auditinfo_addr;
struct bpf_d;
struct cdev;
struct componentname;