PERFORCE change 42489 for review
Robert Watson
rwatson at FreeBSD.org
Sat Nov 15 21:17:38 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=42489
Change 42489 by rwatson at rwatson_tislabs on 2003/11/15 13:17:01
Forward declare struct inpcb before it's used in a function
prototype.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#252 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#252 (text+ko) ====
@@ -110,6 +110,7 @@
struct devfs_dirent;
struct ifnet;
struct ifreq;
+struct inpcb;
struct image_params;
struct inpcb;
struct ipq;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list