Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Nov 2003 13:17:38 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42489 for review
Message-ID:  <200311152117.hAFLHcSP000604@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42489

Change 42489 by rwatson@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311152117.hAFLHcSP000604>