Index: ip_input.c
===================================================================
RCS file: /data/ncvs/src/sys/netinet/ip_input.c,v
retrieving revision 1.236
diff -u -r1.236 ip_input.c
--- ip_input.c	29 Apr 2003 21:36:18 -0000	1.236
+++ ip_input.c	6 May 2003 14:18:08 -0000
@@ -1797,13 +1797,10 @@
 		mcopy->m_len = imin((ip->ip_hl << 2) + 8,
 		    (int)ip->ip_len);
 		m_copydata(m, 0, mcopy->m_len, mtod(mcopy, caddr_t));
-#ifdef MAC
 		/*
-		 * XXXMAC: This will eventually become an explicit
-		 * labeling point.
+		 * XXXMAC: Eventually, we may have an explict labeling
+		 * point here.
 		 */
-		mac_create_mbuf_from_mbuf(m, mcopy);
-#endif
 	}
 
 #ifdef IPSTEALTH
