Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 11:55:23 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16040 for review
Message-ID:  <200208151855.g7FItNv6084715@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16040

Change 16040 by rwatson@rwatson_tislabs on 2002/08/15 11:55:05

	Now that there's less namespace pollution, do include mac.h
	to get access to the MAC API.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/netatalk/ddp_input.c#9 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/netatalk/ddp_input.c#9 (text+ko) ====

@@ -10,6 +10,7 @@
 #include <sys/param.h>
 #include <sys/kernel.h>
 #include <sys/lock.h>
+#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/signalvar.h>
 #include <sys/socket.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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