Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2003 12:29:16 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 39104 for review
Message-ID:  <200310031929.h93JTGQs099642@repoman.freebsd.org>

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

Change 39104 by cvance@cvance_osx_laptop on 2003/10/03 12:28:22

	Correctly comment out security label field

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mbuf.h#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mbuf.h#4 (text+ko) ====

@@ -131,7 +131,7 @@
 	struct mbuf *aux;		/* extra data buffer; ipsec/others */
 	void	*reserved1;		/* for future use */
 	void	*reserved2;		/* for future use */
-	/* struct	label label;		/* MAC label for packet */
+	/* struct	label label; */		/* MAC label for packet */
 };
 
 



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